Mattia Lipreri
Mattia Lipreri

Reputation: 953

multi-upload images in ror

which is the best way to handle multi-upload via AJAX in a RoR 3 app? I read a lot of stuff about swfupload, pupload and so on, a suggestion about the best way to attempt is welcome! Thanks

Upvotes: 0

Views: 684

Answers (2)

Aurril
Aurril

Reputation: 2469

I'd go with Uploadify + Carrierwave.

Here is a good tutorial for a Rails 3 application: Multifile upload with uploadify and carrierwave

Upvotes: 2

Muhammad Sannan Khalid
Muhammad Sannan Khalid

Reputation: 3137

have you tried swfupload? Its easy to use with rails3 + paperclip/attachment_fu

The article is written with rails 2 there are small fixes that you need to do then this will work fine. Take a look on following link.

http://jimneath.org/2008/05/15/swfupload-paperclip-and-ruby-on-rails.html

Upvotes: 2

Related Questions