Thread: Mpeg uploads
View Single Post
Old February 9th, 2008, 11:55 PM   #4 (permalink)
Luciano
Registered User
 
Join Date: Aug 2005
Posts: 1,229
actually if You upload big files.. thats ok.. but I would NOT let users upload files bigger that 2 MB.. this has several reasons..
Imagine user being very far away and having a bad connection.. php will timeout usually after 30 secs..

If you do want to let users upload big files then make sure the php timeout is set to at least 60 seconds.. (also in php.ini)

(for video files I have users upload at youtube and use the inline video hack found here)

Luc
Luciano is offline   Reply With Quote