Support Forum

Strange reaction of File Uploader plugin

YJ yjpark
yjpark
Member

File upload plugin is tested.

 

Preparation: Two files of .mpp (443KB) & .ppt (2MB) files were prepared. These extensions were added in the “Other File Types” of File Uploader plugin’s setting. Max file size set as “0” (=no limit)

– WP 3.3

– SP, Theme, plugins are all the most latest version

 

In editor account: any files were not uploaded

 

In super admin account: .mpp was uploaded, but .ppt wasn’t.

 

In many times file uploading doesn’t work properly. I don’t why it happens. 

3 Answers

New Answer

YS Yellow Swordfish
Yellow Swordfish
Member

You may also need to check your php.ini settings for the maximum upload size allowed by your host. This is often set by default at 2MB and if it is one byte over it will be refused. And we can only rely on the return messages from the upload attempt.

YJ yjpark
yjpark
Member

Thanks, You are right.

It works fine after php.ini settings changed.