I am unable to upload media to my WordPress site.
See status messages in attached pictures.
Incomprehensible to me since I have unlimited storage as per my plan
How do I resolve this?
Solved! Go to Solution.
Since you didn't attached the errors you are receiving I can only surmise it is either file size or memory limitations. Storage really has nothing to do with uploading.
Check the file size -- WordPress limits at 50M
Check your wp-config.php file to see what your memory limit is set at and increase it. If not noted add this line to your wp-config.php file:
define( 'WP_MEMORY_LIMIT', '256M' );
More info on this file and memory here.
HTH!
HI,
Visit this article.Im sure you will get your issue fixed.
https://www.ithemesforests.com/how-to-increase-wordpress-maximum-upload-and-php-memory-limit/
Since you didn't attached the errors you are receiving I can only surmise it is either file size or memory limitations. Storage really has nothing to do with uploading.
Check the file size -- WordPress limits at 50M
Check your wp-config.php file to see what your memory limit is set at and increase it. If not noted add this line to your wp-config.php file:
define( 'WP_MEMORY_LIMIT', '256M' );
More info on this file and memory here.
HTH!
you must be an angel
Can you please explain where to add this line exactly, because i tried it however max file upload is still 2M.
Please how do I increase the upload limit.
I want to import .xml which is 5MB but maximum upload is set at 2MB
Thanks
HI,
Visit this article.Im sure you will get your issue fixed.
https://www.ithemesforests.com/how-to-increase-wordpress-maximum-upload-and-php-memory-limit/
If you look up how to increase your PHP max file size for Godaddy Hosting.Follow these steps.