G Guest Jan 28, 2005 #1 Hi, Can anyone tell me how to display the "Save As" window to save a document on the client? Jim
G Guten Jan 28, 2005 #2 If you want to ask the user what to do when downloading a file, use this content type to force the window (open,run,save as) instead of openeing the associated program on the client. Response.ContentType = "APPLICATION/OCTET-STREAM"; /C
If you want to ask the user what to do when downloading a file, use this content type to force the window (open,run,save as) instead of openeing the associated program on the client. Response.ContentType = "APPLICATION/OCTET-STREAM"; /C
G Guest Jan 28, 2005 #3 Hi Guten, I am exporting some data from a database table and want the user to point to where to save it.
Hi Guten, I am exporting some data from a database table and want the user to point to where to save it.