I've read many posts here about uploading large files using forms, but i'm hoping for someone to give me some big picture knowledge about what is and isn't possible.
Basically, i've built a content management system to allow for upload and exchange of video/mp3 files. I was using the copy() command, but the system was failing for large video files. So, after reading some of these posts, i converted to ftp_put(). Still failing with larger files due to browser timeout.
So, my question is.. Is there any other way to use a browser/forms to upload large(25 meg) files? The fallback is to have people ftp files via applet or ftp app and then separately fill out forms to register the content. Is this the only other option?
I noticed that the new Google video site has users install a separate app locally for sending files to their server. If only I had the Google programming team at my disposal, i'd be all set.