Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Multiple file downloads

Reply
Thread Tools

Multiple file downloads

 
 
Robert Scheer
Guest
Posts: n/a
 
      02-07-2004
Hi.

Is it possible to download multiple files at once? One of my pages
needs to allow my users to download 6 files. Instead of one link for
each file, I am trying to create just one link that when clicked,
download all the 6 files at once. Is it possible?

Thanks,
Robert Scheer
 
Reply With Quote
 
 
 
 
Mark Fitzpatrick
Guest
Posts: n/a
 
      02-07-2004
Unfortunately no. One link, one file justa s in a web page. What you could
do however is place them into a zip file or self-extracting zip and then
link to the zip file.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage

"Robert Scheer" <> wrote in message
news: om...
> Hi.
>
> Is it possible to download multiple files at once? One of my pages
> needs to allow my users to download 6 files. Instead of one link for
> each file, I am trying to create just one link that when clicked,
> download all the 6 files at once. Is it possible?
>
> Thanks,
> Robert Scheer



 
Reply With Quote
 
 
 
 
Rick Strahl [MVP]
Guest
Posts: n/a
 
      02-07-2004
Robert,

Not without some trickery. Every Web Request can only return a single direct
response.

However, what you can do is provide a page with links to each of these files
you want to download and then use some JScript to force them to click the
links and initiate the download. The problem with this is though that you
will get download dialogs that need to be confirmed whcih may not be the
optimal UI you want to present <g>...

+++ Rick ---

--

Rick Strahl
West Wind Technologies
http://www.west-wind.com/
http://www.west-wind.com/weblog/
----------------------------------
Making waves on the Web


"Robert Scheer" <> wrote in message
news: om...
> Hi.
>
> Is it possible to download multiple files at once? One of my pages
> needs to allow my users to download 6 files. Instead of one link for
> each file, I am trying to create just one link that when clicked,
> download all the 6 files at once. Is it possible?
>
> Thanks,
> Robert Scheer



 
Reply With Quote
 
Kevin Spencer
Guest
Posts: n/a
 
      02-09-2004
Well, actually, he could, by spawning as many windows as he needs using
JavaScript. Messy, but possible.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Mark Fitzpatrick" <> wrote in message
news:...
> Unfortunately no. One link, one file justa s in a web page. What you could
> do however is place them into a zip file or self-extracting zip and then
> link to the zip file.
>
> Hope this helps,
> Mark Fitzpatrick
> Microsoft MVP - FrontPage
>
> "Robert Scheer" <> wrote in message
> news: om...
> > Hi.
> >
> > Is it possible to download multiple files at once? One of my pages
> > needs to allow my users to download 6 files. Instead of one link for
> > each file, I am trying to create just one link that when clicked,
> > download all the 6 files at once. Is it possible?
> >
> > Thanks,
> > Robert Scheer

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
FTP - Multiple file downloads Idealone Ideally Ruby 5 04-21-2009 07:24 PM
Redirect to multiple downloads Shawn ASP .Net 2 05-09-2005 10:58 AM
Mozilla Downloads - Single or Multiple joe webb Firefox 4 02-13-2004 06:29 AM
Javascript breaks after client downloads file to disk Jeff Cooper ASP .Net 1 10-17-2003 12:54 PM
Large File Downloads PJ ASP .Net 0 08-25-2003 11:44 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57