• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

Increase max filesize

Version
4.5.3
PHP version
8.2
Database driver
MariaDB
Database version
10.6.27
Web browser
All

Sirmadsen

Chevereto Member
Hello,

First of all I am sorry if this have already been asked and fixed, I tried to search but didn't find anything useful in my case scenario.

The issue I have is that I need to upload larger files than 100 MB. In my Cheveretto upload settings max file size is 100 MB (cannot go above). In the Cheveretto Home information panel max files size is 2 GB. In my php.ini settings max file size and post size is 2 GB.
So the issue is that even if everything says 2 GB I cannot change it in the upload settings.

What am I missing here?


Best regards,
Madsen
 
Are you behind Cloudflare? Because on the Cloudflare Free/Pro plan, the maximum size for a single file upload is 100 MB. This applies to any file or payload sent as part of an HTTP request going through Cloudflare's proxy (the "Orange Cloud") you'll need Business tier $200/month to increase this to 200MB.
 
What am I missing here?
Since Chevereto V4.3 upload limit is not longer constrained to the php.ini values, it is controlled directly via CHEVERETO_MAX_UPLOAD_SIZE which by default comes at 100M. https://github.com/chevereto/chever...84d71a3442a5a78f16a9/app/env-default.php#L115

For configuring Chevereto please refer to our official documentation: https://v4-docs.chevereto.com/application/configuration/environment.html#limits

Are you behind Cloudflare?
Not related. Chevereto uses chunked uploading for big files, it never sends a piece larger than 16MB (by default) so Cloudflare won't ever proxy more than such chunk size, the 100MB upload limitation is not a concern anymore since Chevereto V4.3.
 
Back
Top