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