Tagged Questions

0
votes
2answers
213 views

What is the best strategy for handling large file upoads with Ruby on Rails?

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 ...