To increase the upload file size in cPanel using the MultiPHP INI Editor, follow these steps:

 

1. Log in to your cPanel account.

2. Navigate to the "Software" section and click on "MultiPHP INI Editor".

3. In the MultiPHP INI Editor, select the domain or directory for which you want to edit the PHP settings.

4. Once selected, locate and edit the following values in the editor:

   - `upload_max_filesize`: Set this value to the desired maximum upload file size. For example, you can set it to "20M" for a 20 megabyte limit.

   - `post_max_size`: Ensure this value is larger than the `upload_max_filesize` to accommodate for the entire request payload. For example, if `upload_max_filesize` is set to "20M", you might set `post_max_size` to "25M".

5. After making the changes, click on the "Apply" button to save the changes.

 

These steps will increase the upload file size limit for your website within cPanel using the MultiPHP INI Editor.

Was this answer helpful? 0 Users Found This Useful (0 Votes)