I want to write a script that will allow the user to download .asp files, using the querystring for the file to download. Normally if you click on a link (for example, "somepage.asp"), it will display it in the browser. However, I want to write a script that allows you to download it (ex: "download.asp?file=somepage.asp"). Any idea how to do this or any links?




Reply With Quote