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
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