samvera / hyrax

Hyrax is a Ruby on Rails Engine built by the Samvera community. Hyrax provides a foundation for creating many different digital repository applications.
http://hyrax.samvera.org/
Apache License 2.0
184 stars 124 forks source link

Support multiple file uploads per request #365

Open atz opened 7 years ago

atz commented 7 years ago

This is now a supported part of CarrierWave. See: https://www.codementor.io/tips/8367241728/carrierwave-now-natively-supports-multiple-file-uploads-in-rails-gotchas

Would have to change the files field type to JSON. Jquery FileUploader seems like it would already be capable of taking advantage of this.

mjgiarlo commented 7 years ago

Yes, the jquery-file-upload component can do this. I believe we can set this option to false: https://github.com/blueimp/jQuery-File-Upload/wiki/Options#singlefileuploads