473,322 Members | 1,778 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,322 software developers and data experts.

Multiple Downloads in ASP.Net

Hi,
Is it possible to download multiple documents in one go in ASP.Net ?

My requirement is something like this :
I have a checkbox list with a list of documents. User can select one or more
check boxes and then the save dialog box should pop up only one for selecting
the directory and all the selected files should be downloaded to selected
directory.
--
Thanks & Regards,
Naveen
Jul 21 '05 #1
2 1106
Try :
http://www.motobit.com/tips/detpg_mu...s-one-request/

Patrice

--

"Naveen" <Na****@community.nospam> a écrit dans le message de
news:2E**********************************@microsof t.com...
Hi,
Is it possible to download multiple documents in one go in ASP.Net ?

My requirement is something like this :
I have a checkbox list with a list of documents. User can select one or more check boxes and then the save dialog box should pop up only one for selecting the directory and all the selected files should be downloaded to selected
directory.
--
Thanks & Regards,
Naveen

Jul 21 '05 #2
Hi Naveen,

First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you need to download multiple files
with one http request in an ASP.NET page. If there is any misunderstanding,
please feel free to let me know.

As far as I know, HTTP only allows one download per request, so the
simpliest way to achieve the goal is to use compression software to put the
serveral files to one package. However, the user must have some software to
decompress the package after downloading. Patrice has provided us with a
good example.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

Jul 21 '05 #3

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

Similar topics

4
by: Logicalman | last post by:
Hi, I attempted to load .NET 2.0 on my meain development machine, but it refused to load as I already have 1.1 installed. The error message is as per Microsofts installation notes...
17
by: Roland Hall | last post by:
Is there a way to return multiple values from a function without using an array? Would a dictionary object work better? -- Roland Hall /* This information is distributed in the hope that it...
9
by: amitavabardhan | last post by:
How Can I extract multiple tiff images into single images through asp programming? Is there any free dll's that I can use in ASP to split multiple tiffs into single tiffs? Any suggestion...
5
by: gjzusenet | last post by:
Hello. Though Python supports threading, I think it is limited to python code - as soon as you issue a command that uses an external (C?) module, all of your python threads hang until this command...
9
by: TC | last post by:
I need to design a system which represents multiple "projects" in SQL Server. Each project has the same data model, but is independent of all others. My inclination is to use one database to store...
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...
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...
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,...
18
by: =?Utf-8?B?TGkgV2VuZw==?= | last post by:
Hi, Is there a way for TreeView to have multiple selections? But I am not talking about its checked boxes. I want a way similar to ListView with MultiSelect = True. So I can use or key and...
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...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
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...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

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.