Forum Moderators: coopster

Message Too Old, No Replies

Best techniques for uploading HUGE video files

         

devitnow

2:48 pm on Oct 2, 2006 (gmt 0)

10+ Year Member



I have a project where I need to figure out how to let a user with an account to upload files as large as 4GB. For files this size, I don't think it can be done through a web form, can it?

So how's it done? what's the best way to upload files of this size?

thanks,

devvy

Leosghost

3:33 pm on Oct 2, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



split the uploads and let them be able to recombine on server or make yourself a script to do the same recombination

henry0

4:40 pm on Oct 2, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Plus compress each section and untar or server

but just wondering will it not take age to upload such a file.
if such a file is loaded repetitively you will need storage in the range of zillion gigs :)

devitnow

3:22 pm on Oct 6, 2006 (gmt 0)

10+ Year Member



Hi Henry,

yes, it will take ages but the project is backend for specific users so it shouldn't be too bad.

devvy

Birdman

7:13 pm on Oct 6, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Why not FTP?

Considering you said it was for specific users, you simply give them an FTP account which is limited to their own directory.