If an upload fails because the file is too large, you can raise the PHP upload limit in cPanel. This guide explains which settings control it and how to change them with the MultiPHP INI Editor.
The settings involved #
- upload_max_filesize: the largest single file you can upload.
- post_max_size: the total submission size, which must be at least as large as the upload.
- max_execution_time: gives big uploads time to finish.
Changing the limit #
- Faça login no cPanel.
- No Software seção, abrir MultiPHP INI Editor.
- Select your domain in Basic Mode.
- Raise upload_max_filesize and post_max_size to the size you need.
- Clique em Aplicar.
Verifying the change #
In WordPress, check Media > Add New, which shows the maximum upload size. Or create a PHP info page to confirm the new values. Try your upload again once applied.
Solução de problemas #
- Limit unchanged: confirm the correct domain and PHP version, and clear caching.
- Still failing: raise post_max_size and max_execution_time too.
Precisa de ajuda? #
If a large upload keeps failing, our support team can adjust the limits over live chat.