|
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
|