Click to See Complete Forum and Search --> : Download ASP-created Zip file


chrscote
06-17-2009, 08:51 AM
I have an ASP page that, when complete, uses the xStandard Zip component to create a .zip file for the user to download. The problem is that I don't know how to get the user to download this file. Can someone please tell me what I'd need to do to have this newly created zip file downloaded to the user's computer to a folder of their choosing?

Chris

GruntMonk
06-23-2009, 11:53 PM
One of the easiest ways is just provide a hyperlink to the file, then request the user to right click, save as.. etc.

Otherwise:
Do a google search on an ASP download component. I'm sure there's one out there that will fulfill your needs.