My upload limit is capped at 25MB per file in file manager. I'm a graphic designer and often have single files that exceed this amount. Is there any way to change the upload maximum?
Last edited:
If you are not the server's administrator (user root), you may need to contact your hosting company about this.My upload limit is capped at 25MB per file in file manager. I'm a graphic designer and often have single files that exceed this amount. Is there any way to change the upload maximum?
Only question I have is what is a safe upload max limit? Our cPanel servers have 1200 to 1500 accounts on them. We set the upload max limit to 2M (default). How high should be set it or allow it before it can cause a load problem with the server?You can increase the upload limit through SSH if you have an access to your server. You will have to edit the php.ini file and increase the upload_max_filesize which is located at /usr/local/lib/php.ini
I have been informed by one of my clients that he found a hosting provider that will allow up to 64MB on their max_upload_size value in php.ini (server wide).You can set the upload limit to 5 MB which is advisable in shared hosting server.
It is entirely possible to use larger upload limits for the File Manager and not induce extreme server load. As far as what limit to use, this decision must be made by the service provider that controls the server; a preferred limit could vary depending on the server's actual usage (e.g., how frequently the hosted users use the functionality), and also depending upon the available disk storage space for each account. If the hosted accounts are more limited in how much space they have, it may be acceptable to use a lower number for the limit; or if the server hardware is and disk storage space is on the "cutting-edge" (e.g., the latest and greatest) then it may be more acceptable to use a higher number for the limit.I have been informed by one of my clients that he found a hosting provider that will allow up to 64MB on their max_upload_size value in php.ini (server wide). I've contacted that hosting provider and verified this to be true. So how can they do that and not overload their servers??? I really need an answer here from the cPanel staff.
Not sure I'm following this thread correctly, but the "cap" for File Manager is located in WHM > Tweak Settings > System, section.My upload limit is capped at 25MB per file in file manager. I'm a graphic designer and often have single files that exceed this amount. Is there any way to change the upload maximum?
If your server is suexec enabled then you can increase the upload limit for your each an every domains hosting account individually by using php.ini.If you are not sure that your server is Suexec or not? then refer following URLMy upload limit is capped at 25MB per file in file manager. I'm a graphic designer and often have single files that exceed this amount. Is there any way to change the upload maximum?