View Single Post
Old 03-18-2005, 11:39 AM   #8 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,489
sde is on a distinguished road
there are 2 things that would prevent large files from uploading, .. 1, is the max file upload size, upload_max_filesize .. and the other is max_execution_time. if a file is too big, it might make your page timeout.

check out other php.ini settings here: http://codenewbie.com/php_manual_en/ini.html
__________________
Mike
sde is offline   Reply With Quote