My application gets the list of files related, each file having a
corresponding download button. But i want to have a DOWNLOAD ALL
button. For this i need to call fileReference.download() for each
file which opens a file chooser . It would be no use having a DOWNLOAD
ALL button,if it pops a file chooser for every file.
So, I'm looking if there is any way to escape the FILE CHOOSER
WINDOW, so the DOWNLOAD ALL FEATURE would be meaningful. Tx in advance.
