Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Multiple files uploading on Ruby on Rails 3 [closed]

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?

like image 334
mir Avatar asked Feb 16 '11 15:02

mir


1 Answers

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

like image 138
Tarscher Avatar answered Oct 29 '22 03:10

Tarscher