How to increase upload size in cpanel?

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.

  • 0 أعضاء وجدوا هذه المقالة مفيدة
هل كانت المقالة مفيدة ؟

مقالات مشابهة

How to change PHP version in cpanel?

To change the PHP version in cPanel using MultiPHP Manager, follow these steps: Log in...

How to increase PHP Memory limit in cPanel?

You can increase the PHP memory limit in cPanel by following these steps: 1. Log into...