Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Download multiple files

Status
Not open for further replies.

Rally2002

Programmer
Apr 25, 2002
9
SE
Hi!

I am using a free web hosting service (Brinkster) for my webpage. The service provides a web based file manager in order to upload and download files. Unfortunately, the file manager only allows you to download one file at a time.

I started to write some ASP and JS code to allow multiple files download but I'm not quite satisfied with the solution (the browser pops-up one dialog box for each file).

Another idea is to zip all files into one file on the server and download the zipped file. I have seen a couple solutions to that but they all require some sort of component to be installed on the server. However, this is not allowed using the free service that I'm using.

My question is:

Does anyone know of a zip routine that is pure ASP, i.e. no need to install any components?

Or, can multiple files be downloaded in some other way?


BR,
Rally2002
 
Try download accelarator, at download.com, just add the d/l file url to the program and it will download each.. www.vzio.com
ASP WEB DEVELOPMENT



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top