Amit Singh Tomar
Amit Singh Tomar

Reputation: 8610

Bulk upload of large files in rails

Hii all, I would like to upload some large size(>6gb) in bulk in rails , running mongrel as my server .i am able to upload large file of size 7gb but i am doing it one file upload at a time ..,i am looking for a situation where all large file i put in a folder and upload that folder say folder size is 20gb ... Could anyone tell me how can achieve this in rails???

Upvotes: 1

Views: 2187

Answers (1)

marktucks
marktucks

Reputation: 1761

This site has some good comparisons of the options, including some outside of Rails.

Upvotes: 3

Related Questions