Upload large files
Posted: Thu Aug 27, 2009 4:01 pm
Look at these settings in the php.ini file.
max_upload_size (it’s only 2M out of the box)
script timeout to never (set_time_limit(0); in your scripts… don’t do this in your php.ini)
memory_limit
post_max_size
max_input_time
max_upload_size (it’s only 2M out of the box)
script timeout to never (set_time_limit(0); in your scripts… don’t do this in your php.ini)
memory_limit
post_max_size
max_input_time