Home » Categories » Managed WordPress » Advanced

PHP upload limits on shared hosting

The PHP upload limits for Managed WordPress are as follows.

Default upload limitMax
100MB 192MB

Change your PHP upload limit

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.

Maximum upload limits

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:

  • Upload speed, which can cause timeouts from your PHP script or your browser
  • Your account's resource availability, which can cause large files to fail
0 (0)
Article Rating (No Votes)
Rate this article
  • Icon PDFExport to PDF
Related Articles
Change PHP settings for my hosting account
Added on Tue, Nov 17, 2020
Create a child theme for WordPress
Added on Tue, Nov 17, 2020
Evaluate site performance with PageSpeed Insights
Added on Tue, Nov 17, 2020
Evaluate site performance with GTmetrix
Added on Tue, Nov 17, 2020
Find and replace with a WordPress plugin
Added on Tue, Nov 17, 2020