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!
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.
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!