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"
php_value upload_max_filesize "10M"
php_value max_input_time "120"
The above code will increase the limit and the timeout.
Copyright © 2006 - 2010 Baby Gekko. All Rights Reserved. Memory usage: 1261 kb. Peak memory usage: 1375 kb.