Login     Sign up
how to increase upload limit
sanoj (@shanui4u)
Join date: Sep 14th 2010
Community posts: 3
View Profile
Send Message

Now i can see the message in control panel - php configuration----
File Uploads upload_max_filesize Maximum allowed size for uploaded files. 2M

so i can't upload >2MB file... how to solve this problem?

174 months ago
werewolves69 (@werewolves69)
Join date: Oct 27th 2010
Community posts: 14
View Profile
Send Message

This is an easy fix if you are on a shared server which almost everyone uses just update your .htaccess. Your shared server will not change this because then the changes will be server wide just add the following code to your .htaccess file

php_value upload_max_filesize 10M

This must be in the /public_html section even if you have it in a folder under like /public_html/jcow/

173 months ago