5 – Change Upload Limit for Filemanager

Have a Question?
< All Topics
Print

5 – Change Upload Limit for Filemanager

v1.7.0 and above

v1.7.0 and above default upload limit is 200MB, regardless of upload limit of your Global PHP. To increase this limit go to:

https://<IP Addres>:8090/websites/domain.com

Then scroll down and click vhost Conf

 

Then change the upload limit by editing following two parameters:

  1. php_value upload_max_filesize “200M”
  2. php_value post_max_size “250M”

post_max_size should be greater than or equal to upload_max_filesize.


Before v1.7.0

After 1.6, filemanager uses your website PHP to upload data. To change upload limit you need to change two parameters of your PHP.

  • upload_max_filesize
  • post_max_size

Make sure post_max_size is greater than upload_max_filesize. Read this guide on how to change your PHP settings.

You need to change these settings for the PHP version your website is using. You can also change your PHP version through Modify Website.

Table of Contents