How can I force I.E. to bring up a save-as dialog box with Word files?
When you serve a document from a Web server, you might want to immediately prompt the user to save the file directly to the user’s disk, without opening it in the browser. However, for known MIME (Multipurpose Internet Mail Extensions) types such as Microsoft Word (“application/ms-word”), the default behavior is to open the document in Internet Explorer. You can use the content-disposition header to override this default behavior. Its format is: Content-disposition: attachment; filename=fname.ext http://support.microsoft.com/support/kb/articles/Q260/5/19.
When you serve a document from a Web server, you might want to immediately prompt the user to save the file directly to the user’s disk, without opening it in the browser. However, for known MIME (Multipurpose Internet Mail Extensions) types such as Microsoft Word (“application/ms-word”), the default behavior is to open the document in Internet Explorer. You can use the content-disposition header to override this default behavior.
Related Questions
- When using the beanbox in the BDK to hook up events, the intermediate dialog box does not close and the class files do not get generated. Whats wrong?
- How do I permanently change the way Word formats the date when I use Words "Date and Time" dialog box?
- How can I force I.E. to bring up a save-as dialog box with Word files?