News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

File is larger than max size allowed.

Started by stefy3xoxo, November 03, 2019, 03:48:40 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

stefy3xoxo

I've recently moved to a new hoster and now when I try to upload some photos this is what cpg says: "File is larger than max size allowed." The photos were all around 6000*4000 px and about 15 MB, I did resized them and even if they are around 7 or 8 MB I still can't upload them. I've attached the file setting and php infos.
Thanks

ron4mac

You will have to adjust your PHP settings. It is only allowing 2MB file size uploads. Or if that is not possible, you can configure the HTML5 upload plugin and set its upload size to as large as you want. It will then upload the files in chunks for anything that is larger than what PHP will allow.

stefy3xoxo

Quote from: ron4mac on November 03, 2019, 05:43:23 PM
You will have to adjust your PHP settings. It is only allowing 2MB file size uploads. Or if that is not possible, you can configure the HTML5 upload plugin and set its upload size to as large as you want. It will then upload the files in chunks for anything that is larger than what PHP will allow.

Thank you!