how to increase upload limit |
| |||
Now i can see the message in control panel - php configuration---- so i can't upload >2MB file... how to solve this problem?
|
| |||
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/
|