I would like to upload multiple pictures to my Rails 3 application. I am currently using Paperclip to upload a picture, and I have some post processing operations assigned to the model Photo.

I saw some samples on the net (integrating uploadify, swfupload or some other libraries), but none was very detailed, and each one misses some steps.

What is the simplest way to do this?


Thank you!

link|improve this question
feedback

2 Answers

A good JQuery uploader is jQuery-File-Upload . It has some paperclip samples and you can find a demo here

link|improve this answer
feedback

Did you try this one?

http://www.emersonlackey.com/article/rails-paperclip-multiple-file-uploads

link|improve this answer
2  
This link uses Rails 2.x but I guess that with minor adjustments, you can port it to Rails 3. I found another interesting screencast from the same author here (it uses Rails 3): http://www.emersonlackey.com/article/paperclip-with-rails-3 – mir Feb 18 '11 at 8:40
feedback

Your Answer

 
or
required, but never shown

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