I am having a difficult time uploading large files on my site. Is there a max. size file that can be uploaded on wordpress? If so, what is that size?
I am having a difficult time uploading large files on my site. Is there a max. size file that can be uploaded on wordpress? If so, what is that size?
there is most likely a file upload limit on your server. Most hosts have one. Look into that first, often it defaults at 8Mb
You can sometimes change that limit with a php.ini file, again you'll have to check with your host about that
I'm having the same problem with large file uploads, and I know that there isn't a file upload limit on my server ... how do fix the issue so I can upload large files? Any ideas would be appreciated.
Hi,
Add this code in htaccess of your blog:
php_value upload_max_filesize 20M
php_value post_max_size 20M
php_value max_execution_time 200
php_value max_input_time 200
Change the max upload limit according to your requirement.
Thanks,
Shane G.
This topic has been closed to new replies.