Gregoire Robin

Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
in reply to: Upload not working on capitalized extension #177667

Gregoire Robin
Participant
This reply has been marked as private.
in reply to: Upload not working on capitalized extension #177666

Gregoire Robin
Participant
This reply has been marked as private.
in reply to: Upload not working on capitalized extension #177648

Gregoire Robin
Participant
This reply has been marked as private.
in reply to: Upload not working on capitalized extension #177621

Gregoire Robin
Participant
This reply has been marked as private.
in reply to: Upload not working on capitalized extension #177575

Gregoire Robin
Participant

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

in reply to: Upload not working on capitalized extension #177572

Gregoire Robin
Participant

Can it be due to i’m using a multisite instance ?

in reply to: Upload not working on capitalized extension #177567

Gregoire Robin
Participant

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.

in reply to: Upload not working on capitalized extension #177526

Gregoire Robin
Participant

I tried to set ALLOW_UNFILTERED_UPLOADS in wp-config but does not work :/

in reply to: Upload not working on capitalized extension #177525

Gregoire Robin
Participant

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 ?

Viewing 9 posts - 1 through 9 (of 9 total)