a quick question how do i, put into code the download process. you know the one were you click on the down load button and the box comes up asking you if yo would like to save it or open it?
thanks
webdevsf
2:32 pm on Apr 30, 2004 (gmt 0)
just chg the permissions on the file or directory so that it can't read or execute, it will download by default. permissions are typically based on file extension that you can configure in the iis web properties.
to test - create a file with some random extension ie., myfile.fake, and it should download when you go to the url.