Open atz opened 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.
files
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
false
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.