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.
Asked
Active
Viewed 7,883 times
1 Answers
2
-
Thank you, I found this [demo app](https://github.com/kdironside/carrierwave-multi-file-upload) . It's Rails 3.2.3 and It's look nice for me. – quatermain May 15 '12 at 14:01
-
Link above needs credentials. – schmijos Dec 03 '14 at 16:55