473,382 Members | 1,421 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

Multiple file downloads

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
Nov 18 '05 #1
3 1138
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" <rb******@my-deja.com> wrote in message
news:cf**************************@posting.google.c 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

Nov 18 '05 #2
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" <rb******@my-deja.com> wrote in message
news:cf**************************@posting.google.c 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

Nov 18 '05 #3
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" <ma******@fitzme.com> wrote in message
news:ez**************@TK2MSFTNGP10.phx.gbl...
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" <rb******@my-deja.com> wrote in message
news:cf**************************@posting.google.c 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


Nov 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Brandon Walters | last post by:
I wrote a file download module for my website. The reason for the file download module is that my website downloads work on a credit based system. So I need to keep track of and limit daily...
2
by: Ivo Tcholakov | last post by:
Hello, I created an application where the users need to download files. I have the list of the files stored in a database and I present the list to download in a Datagrid. Here comes my question....
1
by: RJN | last post by:
Hi Sorry for posting this again. Requirement is to allow the user to download multiple files at once from browser. User will be displayed a grid on the browser which will list the various files...
1
by: Chicagoboy27 | last post by:
Is there a way to import multiple csv files from a directory into sql 2005? The situation I have right now is that I have a folder with multiple csv files that i need to import into sql 2005. I can...
16
by: matt | last post by:
I have used some free code for listing files for download, but I want to send an email to the administrator when the file has been downloaded. I have got some code in here that does it, but it will...
1
by: Query Builder | last post by:
I have one of our production Accounting Databases starting from 2 GB now grown into a 20 GB Database over the period of a few years... I have been getting timeouts when transactions are trying to...
35
by: keerthyragavendran | last post by:
hi i'm downloading a single file using multiple threads... how can i specify a particular range of bytes alone from a single large file... for example say if i need only bytes ranging from...
21
nathj
by: nathj | last post by:
Hi, I am currently working on a new site that offers various files for download. The file information is stored in a MySQL database and the page is produced in PHP depending on how the user got...
3
by: Swizylstik | last post by:
Can anyone guide me in how to create a document that will allow a user to choose via checkboxes which files they would like to download and then have the download occur concurrently? In other words,...
3
by: dynamo08 | last post by:
Hi, I am new to socket programming, I wrote an ftpclient which connects to an ftp server and downloads a file to the client computer. Now in one client connection I want to download multiple files...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.