Few days ago, one of my client, who is using Godaddy’s hosting, asked me to increase the memory limit(to upload media files) of his wordpress site. I found that the maximum uploading capacity of his wordpress is only 2MB. Here i am sharing you how to modify the php5.ini file of your Godaddy’s hosting, which will help your wordpress site to increase Maximum file upload capacity.
*** You will get php5.ini file in the root directory of your hosting (use your ftp info to log to your hosting).
Here is the lines I have added at the begining of the php5.ini file .
memory_limit = 64M
post_max_size = 64M
file_uploads = On
upload_max_filesize = 64M