Content
Our shared hosting plans have a fixed value for PHP upload_max_filesize which is 128 MB and cannot be changed.
If you have Cloud or Dedicated server, you can increase the upload_max_filesize:
- from cPanel -> PHP Variables Manager
or
- manually create a file named php.ini (using FTP, SSH or File Manager) with the following content for example:
1
|
upload_max_filesize = 256M
|
to change the upload_max_filesize to 256 MB. You can change 256 with other value that you want (in MB).