It's currently set to 100mb, I want to increase it - how to do it?
Printable View
It's currently set to 100mb, I want to increase it - how to do it?
It's done in .htaccess
Try doing a forum search for max upload, there's probably an answer already posted...
for what it's worth, here's what I'm using:
Code:php_value upload_max_filesize 100M
php_value post_max_size 100M
php_value output_buffering on
php_value max_execution_time 1000
php_value max_input_time 1000
php_value session.gc_maxlifetime 14400
First you need to get your host to set it up to allow files over 100mb most are capped at 100mb, then you need to do the .htaccess mod and php.ini.