Increasing Max Upload Size in cPanel

Hello,
How to increase Max upload size in cPanel using php.ini file ?

Login to your cPanel > Filemanager Create an php.ini file inside public_html Directory
Paste the below code :

upload_max_filesize=40M; post_max_size=40M;

You can change the value from 40 to any value as per your Need.If you have issue with wordpress theme uploading just copy and paste the php.ini file inside the "wp-admin" directory which will fix the issue.

To increase memory limit just add the below code inside the php.ini

memory_limit=128M;

You can change the value from 128 to 256 as per your need.

If you have any issue feel free to open a ticket with your domain name which is affected we will help you to do it from our end !

  • php.ini
  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

Modifying the htaccess file to use a custom php.ini file throughout your website

This guide provides instructions for modifying .htaccess to use a custom php.ini throughout your...

Customise the php.ini file settings in Code Editor

1. Log in to cPanel, if you haven’t already done so 2. If you haven’t already done so, create a...

Creating a new php.ini file

If you do not have a php.ini file in your public_html folder you can create one by following the...

My e-mail is going to the bulk or spam folder!

You can create an SPF record from cpanel > Email Authentication for your all domains that are...

I lost or forgot my cPanel or WHM password - how can I reset it?

Resetting your cPanel password and finding your cPanel username is easy and can be handled...