Increasing Max Upload Size in cPanel

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

Login to your cPanel > Filemanager
Create a php.ini file inside the 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 an 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 the 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!

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Clearing cookies/Cache on your Browser

Clearing cookies/Cache on your BrowserHello Clients,This article will help you to Mass Refresh...

Custom PHP Limits using .user.ini

To add custom php limits like memory limit,Upload limit You can do it from .user.ini file Create...

Enable Gzip To Speedup the Loading time

Hello Mod_deflate is an apache module that can be used to compress data using gzip compression...

Force Password Reset cPanel/WHM

Force Password in cPanel Servers are for security purposes for a certain number of days the...

How to fix CPU Overload/Abuse Issues ?

Hello,This article will help you with fixing CPU Overload/Abuse issues for your cPanel accounts....