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.
Die betreffenden Einstellungen #
- upload_max_filesize: die größte einzelne Datei, die Sie hochladen können.
- 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.
Änderung des Grenzwerts #
- Melden Sie sich bei cPanel an.
- In der Software Abschnitt, öffnen MultiPHP INI Editor.
- Select your domain in Basic Mode.
- Raise upload_max_filesize and post_max_size to the size you need.
- Klicken Sie auf Bewerbung.
Überprüfung der Änderung #
In WordPress, check Medien > Neu hinzufügen, which shows the maximum upload size. Or create a PHP info page to confirm the new values. Try your upload again once applied.
Fehlerbehebung #
- Limit unverändert: confirm the correct domain and PHP version, and clear caching.
- Still failing: raise post_max_size and max_execution_time too.
Brauchen Sie Hilfe? #
If a large upload keeps failing, our support team can adjust the limits over live chat.