How to Change Upload File Size in cPanel
Steps:
-
Log in to cPanel.
-
Go to Software → MultiPHP INI Editor.
-
Select your domain from the dropdown.
-
Under Basic Mode, update the following values:
-
upload_max_filesize→ e.g.128M -
post_max_size→ e.g.128M -
memory_limit→ e.g.256M -
max_execution_time→ e.g.300 -
max_input_time→ e.g.300
-
-
Click Apply.
Notes:
-
post_max_sizemust be equal to or greater thanupload_max_filesize. -
Changes apply immediately.