The PHP upload limits for Managed WordPress are as follows.
| Default upload limit | Max |
|---|---|
| 100MB | 192MB |
To change the limitation, edit or add the following values in your PHP initialization file.
file_uploads = On
post_max_size = 50M
upload_max_filesize = 50M
The above settings change your PHP upload limit, allowing you to upload files up to 50MB in size.
The upload limit does not guarantee an upload will complete — only that it isn't rejected by the server.
Uploads beneath the limit can still fail because of:
Article ID: 1173
Created On: Tue, Nov 17, 2020 at 5:34 PM
Last Updated On: Tue, Nov 17, 2020 at 5:34 PM
Online URL: https://www.heartinternet.uk/support/article/php-upload-limits-on-shared-hosting.html