Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Carrierwave multi file (photo) upload

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.

like image 218
quatermain Avatar asked Nov 04 '22 00:11

quatermain


1 Answers

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)

like image 124
Vik Avatar answered Nov 13 '22 03:11

Vik