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 !

  • 1 Користувачі, які знайшли це корисним
Ця відповідь Вам допомогла?

Схожі статті

How to Create FTP account in cPanel?

Login into cPanel using provided URL and its credentials Go to Files section. Click on FTP...

Is it possible to modify php.ini on shared or reseller hosting account?

U can customize these settings by putting a custom php.in in public_html folder or by writing...

How to Backup and Restore Emails in Horde?

In this tutorial, we can check how to backup and restore emails in Horde. In cPanel, it is...

How to create cPanel accounts in WHM?

Hello, How to create cPanel Account in WHM Panel? Steps : * Login to your WHM Panel by...

How to edit/delete/upload/download the files from file manager?

Login into cPanel using provided URL and its credentials Go to Files section Click on file...