Forum Replies Created
So, if I allow all file using * it works fine, except thumbnail that your code seems to lowercase the extension during resing process.
Example :
For File : DSC00011.JPG
Database thumbnail filename : /wpdm-cache/1662457296wpdm_DSC00011-48×48.JPG
Filesystem is : /wpdm-cache/1662457296wpdm_DSC00011-48×48.jpg
Best regards
Can it be due to i’m using a multisite instance ?
Hi,
sorry but this error message is only in your languages files and source code.
As I said in my first post, no problem whem I use the wordpress media library.
I can tell you, that when I upload a file, it calls admin-ajax.php and it answer is “-3”.
Loonking up your source code, seems to come from :
AuthorDashboard.php
341: die(‘-3’);
348: die(‘-3’);
Or maybe :
Admin/Menu/Packages.php
145: if(WPDM()->fileSystem->isBlocked($name, $_FILES[‘package_file’][‘tmp_name’])) die(‘-3’);
199: die(‘-3’);
206: die(‘-3’.$destFilePath);
Hope it can help.
I tried to set ALLOW_UNFILTERED_UPLOADS in wp-config but does not work :/
Hi, thanks for your reply.
Using frontend interface I got no error but nothing happens.
But, using admin interface i have :
Upload Error:
File type is blocked for security reason!
Any idea ?