Save As window

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Can anyone tell me how to display the "Save As" window to save a document on
the client?

Jim
 
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
 
Hi Guten,

I am exporting some data from a database table and want the user to point
to where to save it.
 
Back
Top