If you have hosted your website on GoDaddy Linux hosting server using WordPress CMS and facing issue with maximum file upload size then follow the below mentioned points.
1) Create one file ".user.ini" and add the follow line of code into this file.
memory_limit = 128M
max_execution_time = 300
post_max_size = 128M
upload_max_filesize = 256M
2) Upload this file to your WordPress installed root folder then wait for some time and you are done.
0 comments