Forum Moderators: open

Message Too Old, No Replies

Download multiple files to zip

         

ebuilder

4:11 pm on Jul 7, 2006 (gmt 0)

10+ Year Member



Please help. I need to accomplish the following. Allow users to select from a list of construction drawings by checking a box next to specific drawings or a box to select a complete group of drawings (i.e. electrical) and then download the selected files in a zip file to their computer. Any ideas, available programs or otherwise. Platform is .asp

Thanks for any advice.

wardbekker

7:29 am on Jul 10, 2006 (gmt 0)

10+ Year Member



ebuilder,

Look with your favorite search engine for an "asp zip component". Such an component can be used to create a zip archive on the server that can be downloaded by the user.

mrMister

11:12 am on Jul 10, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You can also call a command line zip application from ASP at a push.

(eg. PKZip for DOS)