Hello,
thanks for a great product, been evaluating the free version a bit.
I, however, find some issues that i’d like to ask about
* If i upload a file larger than 8 MB it will fail without any message or error. Is there a hardcoded limit ? (my php.ini is set to 20MB).
If i upload a file that is 8MB i will get “0, undefined KB” as result. The file is attached.
Smaller issue.. but i will note it anyways
* after making a package, it says “refreshing” or something. The refresh function is noted out in the sources.
Suggestion:
wpdm-add-new-file.php
var msg = '';
if(res=='updated') {
msg = [cant post the original php line here. it is omitted when posting //Jani]
location.href='admin.php?page=file-manager';
}
else if(parseInt(res)>0){
msg = [cant post the original php line here. it is omitted when posting //Jani]
location.href='admin.php?page=file-manager';
}