saving a file
Hi there,
I am redirecting my page to an excel file like the following:
Response.Redirect("~\data\book1.xls")
After it directs me to book1.xls, I want to save the file on the client machine. However, when I use saveAs, by default it will give me "Copy of book1.xls" as a file name. Is there any setting that I can make so the default file name will only be "book1.xls"?
Your help is appreciated.
|