|
client download multple files?
So I've already used the FileReferenceList class to allow users to upload multiple files to the server. Now I want them to be able to save multiple files all at one time to their machine.
I see in the FileReference class, there is a download() function, but this brings up a dialog of where to save the file for each file.
Is it possible to have the user click 1 button, select 1 save location, and send more than 1 file to the client?
|