View Single Post
Old 04-24-2008, 01:43 PM   #2 (permalink)
Village Idiot
Wizard
Top Contributor 
 
Village Idiot's Avatar
 
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
Village Idiot is on a distinguished road
Default

There is no set size limit PHP sets, you can set the timeout limit so larger files dont time out.
PHP: set_time_limit - Manual

However, browsers have their own (extremely long) timeout limit. The only way to upload super large files is to use ajax.
__________________

Village Idiot is offline  
Reply With Quote