5

I have Ruby on Rails app and I use Carrierwave for uploading my images, but I need upload more than one image at a time. I find some jQuery plugins(uploadify, image-uplad) but I don't know how implement it to my app. I don't need a huge app/engine for it.

quatermain
  • 1,442
  • 2
  • 18
  • 33

1 Answers1

2

Check it : http://lucapette.com/rails/multiple-files-upload-with-carrierwave-and-nested_form/

Uploading multiple files at once to Rails app with Carrierwave (HTML5)

Community
  • 1
  • 1
Vik
  • 5,931
  • 3
  • 31
  • 38