| How do increase the caps on upload file size limit? |
|
You can increase the PHP max upload size for your account by adding the following to your .htaccess file:
php_value post_max_size "10M"
The above code will increase the limit and the timeout. |
Copyright © 2006 - Baby Gekko. All Rights Reserved