Let’s say I have 3 csv files sitting in some directory on the server.
If I want to download all the three files as a zip file from the user interface, then I am wondering if I should already have those files converted in Zip format before UI even had a chance to interact with the location where files are residing
OR
Is there a way I could grab those 3 files, and then convert into zip and then download.
I was looking at this link https://stackoverflow.com/questions/16769366/create-zip-files-using-jquery and people recommended using JZip library. I am wondering how would I generate zip files from the 3 csv files as I don’t see any option of specifying multiple file paths anywhere in this documentation :