Skip to content

How To Increase the PHP Max Upload Size and ?

Common Issue

The upload_max_filesize directive is a PHP variable set in the system and local php.ini files and user.ini files.

In cPanel, you can edit PHP directives for locations and domains controlled by your account with the MultiPHP INI Editor, which you will find under Software in the main page menu.

Open the MultiPHP INI editor and select a location from the dropdown.

Scroll to the entry for upload_max_filesize and edit the associated value. Ensure that the value for post_max_size is larger than or equal to upload_max_filesize, and click apply at the bottom of the page.