orionjs / orioncms

[Old] Orion is an open source framework built on Meteor that makes complex as well as simple apps possible with minimal effort.
http://orionjs.org
MIT License
716 stars 129 forks source link

Multi file selector #282

Open ofqwx opened 8 years ago

ofqwx commented 8 years ago

Hi! I create a photo gallery and I use the images attribute to upload many images to a gallery collection that I create, but I can't select multiple files when the finder window is opened to locate the files, I see in the docs that orion only get the first file in the array of files in the input: "option.fileList, which is equivalent to $(".fileinput")[0].files. It only contains one file." There is a way to customize this? because is very annoying upload images one by one. Thanks!

nicolaslopezj commented 8 years ago

This is quite complex. Orion filesystem does not support multiple file uploads, just fileList with only one file. Changes need to be made to Orion filesystem.

mraak commented 8 years ago

+1 for a feature.