Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
Hi,

I am trying to upload a file over 2MB and I keep getting an error saying maximum file size is 2MB.

I have checked my php ini on my dedicated server and the max file size is 10MB.

Any idea why i can't post a file over 2MB in size?

Thanks,
James
Hi James,

Welcome to our forums.

Please find couch/includes/fileuploader/config.php
It contains configuration that govern the uploads.

Specifically, find the following line and modify it to suit your needs -
Code: Select all
// Maximum permissible size
$Config['k_max_upload_size'] = '2'; //Size in MB. Set to '0' to allow any size.

Do let us know if this helps.

Thanks
2 posts Page 1 of 1