I would like a "Save As ..." dialog box to appear when a user clicks on a hyperlink.
I'm currently sending the HTTP headers:
application/octet-stream Content-Disposition: inline;filename=something.doc
Apparently IE users are seeing the page render inline as garbled ascii. What is the best way to force a "Save As ..." dialog box to pop up on IE?