If you cannot upload a large file, image, or plugin because it exceeds the maximum size, you can raise the PHP upload limit in DirectAdmin. This guide explains which settings control it and how to change them.
The settings involved #
Two PHP settings work together to control uploads, and both need to be large enough:
- upload_max_filesize: the largest single file you can upload.
- post_max_size: the total size of a form submission, which must be at least as large as the upload.
It is also worth checking max_execution_time so big uploads have time to finish.
Changing the limit #
- Faça login no DirectAdmin.
- Abra o Selecione a versão do PHP or PHP settings area.
- Increase upload_max_filesize and post_max_size to your desired value.
- Salvar.
If the settings are not shown in the panel, add them to a custom php.ini in your site folder.
Verifying the change #
Create a PHP info page, or in WordPress check Media > Add New, which shows the current maximum upload size. Try your upload again once the new limit is active.
Solução de problemas #
- Limit unchanged: confirm you edited the correct PHP version and cleared caching.
- Upload still fails: raise post_max_size and max_execution_time as well.
Precisa de ajuda? #
If a large upload keeps failing, our support team can adjust the limits for you over live chat.