javascript - Rails 3 + JQuery-File-Upload + Multiple Files -


i using carrierwave allow users upload (1) file per event created. expand options , offer customers availability add multiple images per event.

i stuck on how complete task.

i know want use jquery-file upload project: http://blueimp.github.io/jquery-file-upload/basic-plus.html stuck on if need create new model called "galleries" , assign each event gallery or if can using setup have , allow user upload, lets say, 5 files per event without having fill out 5 individual file fields , have javascript work on end.

any suggestions? need use nested models per: http://railscasts.com/episodes/196-nested-model-form-revised

tia


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -