I'm looking for effective strategies to handle large file uploads (between 10 and 40 mbs) effectively with Ruby on Rails.

Ideally I'd like to implement a progress meter and some sort of notification when the transfer is complete.

I have looked at modporter (www.modporter.com), but I'm interested to know if there are other libraries, techniques or best practices.

link|improve this question

59% accept rate
feedback

2 Answers

up vote 2 down vote accepted

There are a bunch of solutions out there. You can look up this one from the rails way:

http://www.therailsway.com/2009/4/23/uploading-files

link|improve this answer
I mentioned in my original question that I have already looked at modporter (the recommendation in the article). I'm actually looking for other solutions. – rswolff Aug 17 '09 at 16:57
feedback

This article seems to cover your problem.

It really depends on your webserver...

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.