forum.coppermine-gallery.net

Support => cpg1.6.x Support => cpg1.6 upload => Topic started by: stefy3xoxo on November 03, 2019, 03:48:40 pm

Title: File is larger than max size allowed.
Post by: stefy3xoxo on November 03, 2019, 03:48:40 pm
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
Title: Re: File is larger than max size allowed.
Post by: 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.
Title: Re: File is larger than max size allowed.
Post by: stefy3xoxo on November 03, 2019, 07:41:33 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!