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 #
- Inicia sesión en DirectAdmin.
- Abra el Seleccione la versión de PHP o en la sección de configuración de PHP.
- Increase upload_max_filesize and post_max_size to your desired value.
- Guardar.
If the settings are not shown in the panel, add them to a custom php.ini in your site folder.
Verifying the change #
Crea una página de información de PHP o, en WordPress, comprueba Media > Add New, which shows the current maximum upload size. Try your upload again once the new limit is active.
Solución 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.
¿Necesita ayuda? #
If a large upload keeps failing, our support team can adjust the limits for you over live chat.