04-24-2008, 01:43 PM
|
#2 (permalink)
|
|
Wizard
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
|
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.
|
|
|
|