Control Web Panel
WebPanel => CentOS-WebPanel Bugs => Topic started 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?
-
https://wiki.centos-webpanel.com/big-file-upload-via-file-manager
-
Thank you, I did everything in the video tutorial but it still shows max 500 M
-
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.
-
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.