Uploading Very Large Files

Hi All,

I want to upload very large files in GB through ruby on rails + Ajax platform. I am not able to find any concrete solution for this. Please help me so that i can get this done.

Regards, Amit Yadav

I’d recommand using SWFUpload for initiating the upload + Backgroundrb to handle the upload (so your mongrel is released while backgroundrb’s workers keep track of the upload itself).

However, uploading such large files through HTTP is something I’d avoid, there’s no way to resume the upload if it fails.

Best regards

Peter De Berdt

Thankx for the reply, but i want to upload really large files 1 gigs and more. So i tried this with SWFUpload also but with no success. Please suggest me some other solutions. Thankx in advance.

Amit

Rsync