Problems, need help? Have a tip or advice? Post it here.
4 posts Page 1 of 1
Hi, I am getting error message if I trying to upload >2mb images.

I try to change the size to '0' or '50', it does not work. I already refresh the uploader config.php, still not working. Any suggestion??? I need it in hurry.

Don't ask me to resize it before upload it, it's impossible, this CMS is for my customer's website, they directly get the photo for photographer, the size will normally 5-20mb.
Hi,

Please try specifing the size in 'couch/includes/plupload/upload.php' (Line: 109 ):
Code: Select all
max_file_size : '2mb', 

Does it help?
...
From what can be seen in the error message, the problem is the setting in php.ini.
You'll need to modify that.

Why this CMS got so many uploader?
The one you mentioned in your original post is the 'bulk uploader' - it does not allow you to browse and otherwise manage your existing images, which is the job of the file-manager you just referred to (speaking of which, you should upgrade to the the newer version of the file-explorer - viewtopic.php?f=6&t=7712)
4 posts Page 1 of 1