Skip to main content
Participant
July 23, 2008
Question

How to perform multiple files downloading with FileReference?

  • July 23, 2008
  • 1 reply
  • 318 views
Please help! How to perform multiple files downloading with FileReference?
I need to download several files simultaneously.

Thanks in advance.
This topic has been closed for replies.

1 reply

robdillon
Participating Frequently
July 23, 2008
Here are the important parts. The first section builds a list of the selected files and shows a text version on the screen, the second part does the uploading. You'll need to add to this code.
Participant
July 24, 2008
Thank you Rob,
but I need to download files(not upload). I have a grid which contains list of files for downloading. User must select some of them, point a direction( at the local hard drive) for downloading and download them.
robdillon
Participating Frequently
July 24, 2008
Sorry, I guess I need to read the question more carefully. In any case it works pretty much the same way. In this example, you'll need to convert your list of selected files to a string for display, if you like, and then use the array of selected files for the actual download.

Again, here are the important parts, you'll have to fill in the rest: