Member
40 Points
17 Posts
Dec 15, 2011 03:43 PM|kvchowdary|LINK
can you post the code of your handler ,ther resonse part.Or just try this if you are not already doint it
Add the this to the response header .Also make sure you flush the response and close it.
Content-Disposition: attachment; filename=\"{0}\" header.Note,filename=, and the quotes around the same.
Content-Disposition: attachment; filename=\"{0}\"
Member
40 Points
17 Posts
Re: Problem to open doc (docx) file
Dec 15, 2011 03:43 PM|kvchowdary|LINK
can you post the code of your handler ,ther resonse part.Or just try this if you are not already doint it
Add the this to the response header .Also make sure you flush the response and close it.
Content-Disposition: attachment; filename=\"{0}\"
header.Note,filename=, and the quotes around the same.