J
Jeffrey A. Voigt
Currently, if I change content type to word and send trough the stream a
word document, the page title shows [aspx page name - Microsoft Word]. Is
there any way I can change that in the code to the file name that I'm
sending through the stream?
Here is the code in question.
Response.ContentType = "text/html";
Response.OutputStream.Write(file,0,(int)ws.ResponseSoapContext.Attachments[0
].Stream.Length);
Response.End();
Any help would be appreciated.
Thanks,
- J
word document, the page title shows [aspx page name - Microsoft Word]. Is
there any way I can change that in the code to the file name that I'm
sending through the stream?
Here is the code in question.
Response.ContentType = "text/html";
Response.OutputStream.Write(file,0,(int)ws.ResponseSoapContext.Attachments[0
].Stream.Length);
Response.End();
Any help would be appreciated.
Thanks,
- J