Hi Aaba,
This is an issue I've run into previously when trying to download multiple files through JavaScript.
There doesn't seem to be a simple workaround to this issue, but it is possible to do something like below using Server Methods.
- Download all of the files to a selected folder on the server
- Using the standard System.IO.Compression library, create a zip file containing all of these files
- Upload that new zip file to the vault
- Using a client method, download that zip file to your users local machine
This is admittedly a more complex way to accomplish than you may be looking for, but depending on the use case, your users may appreciate having all of the selected files in one zip anyway.
Chris
Christopher Gillis
Aras Labs Software Engineer