Web Hosting Talk







View Full Version : upload_max_filesize = 100M and??


Flipe.NET
03-09-2006, 09:42 AM
if i try to upload a file with more than 100MG
i remember that i can set some php.ini sets to 0, so the connect does not crash!
what is it?
tnkz

ProperHost
03-09-2006, 09:46 AM
You can set upload_max_filesize in php.ini, but you may also have to increase max_input_time, max_execution_time and post_max_size accordingly.

However, I wouldn't recommend handling uploads of that file size through the browser.

chrisranjana
03-10-2006, 08:07 AM
Such large uploads are best handled by custom activex or applications

Flipe.NET
03-10-2006, 10:02 AM
Such large uploads are best handled by custom activex or applications

Have some example?