Control Web Panel

WebPanel => CentOS-WebPanel Bugs => Topic started by: mkaioh2 on May 14, 2024, 08:20:51 PM

Title: The maximum size per file allowed for upload is:
Post by: mkaioh2 on May 14, 2024, 08:20:51 PM
hi, how i can

The maximum size per file allowed for upload is: 500M how can I increase this size, I already went to my .ini and nothing, I want to upload files from the file manager and it still shows me that my limit is 500 megas, also I already added the new registry and nothing works, it does not change the 500, what should I do?
Title: Re: The maximum size per file allowed for upload is:
Post by: Starburst on May 14, 2024, 10:00:28 PM
https://wiki.centos-webpanel.com/big-file-upload-via-file-manager
Title: Re: The maximum size per file allowed for upload is:
Post by: mkaioh2 on May 15, 2024, 02:24:31 AM
Thank you, I did everything in the video tutorial but it still shows max 500 M
Title: Re: The maximum size per file allowed for upload is:
Post by: Starburst on May 15, 2024, 02:33:53 PM
What does it show under PHP Settings -> PHP Simple Editor?

2nd line should be upload_max_filesize = (Max size you want) I always recommend 2M

Just because that's usually the max attachment size for most emails.
Title: Re: The maximum size per file allowed for upload is:
Post by: overseer on May 15, 2024, 04:13:54 PM
A lot of CMSes (Wordpress, Drupal) seem to aggregate uploads using AJAX -- I've generally had to set it to 32M or even 50M, otherwise users complain that their web app is broken.