In the webyep-system folder is a file "download.php"
Go to line 59:
and change this to:
I didn't check if you could upload files after this change, so be careful!
Go to line 59:
- header("Content-Disposition: attachment; filename=$sOrgFilename");
and change this to:
- header("Content-Disposition: inline; filename=$sOrgFilename");
I didn't check if you could upload files after this change, so be careful!