How to increase the upload_max_filesize and post_max_size through cpanel?

If you are not able to upload mopre thn 2 MB or you want to increase the upload file size then you can do this thorugh cpanel. For that you can follow below steps :

Login to cpanel >> Click on "MultiPHP INI Editor" under "Software" tab

editor.png

Select your domain >> Here you can enter the desired limit and click on "Apply".

postmax.png

You can also create your own php.ini file and upload it in your account. You can add the below code in your php.ini file.

upload_max_filesize = 10M
post_max_size = 10M

  • upload_max_filesize, post_max_size, increase post_max_size, increase upload_max_filesize, MultiPHP INI Editor, increase upload_max_filesize in cpanel
  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

Flash tutorials to manage control panel

My SQL A guide to creating and modifying MySQL databases in cPanel. Quality: High | Low Change...

Flash tutorials to manage email

Email Accounts Manage the email accounts associated with your domain(s). Quality: High | Low...

Where can I find cPanel tutorials?

Check cPanel docs :http://www.cpanel.net/docs/cpanel/

How do I use .html files to run SSI (Server Side Includes)?

Apache Handlers This is what you would use to specify how to treat file types. By default,...

WordPress SMTP Authentication

SMTP auth support can be added in wordpress through third party plugins. You can follow these...