• 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

How to increase upload limit.

Status
Not open for further replies.
Go Dashboard -> Settings -> Image Upload:
Screenshot_2.png

IF you need to edit the .htaccess file, if the server allow you to increese the upload limit, add this line to the .htaccess in the folder: "public_html/.htaccess"

PHP:
php_value upload_max_filesize 64M

Just change the number for more or less(This is GLOBAL upload limit, not the websites, see the image above)
 
Last edited:
Status
Not open for further replies.
Back
Top