Microsoft KB Archive/267991

From BetaArchive Wiki

Article ID: 267991

Article Last Modified on 5/11/2006



APPLIES TO

  • Microsoft Internet Explorer 5.5



This article was previously published under Q267991

SYMPTOMS

Despite the "Content-Disposition: attachment" HTTP response header, Internet Explorer does not prompt the user to save the file and instead automatically displays the file in the browser.

RESOLUTION

To resolve this problem, obtain the latest service pack for Internet Explorer version 5.5. For additional information, click the following article number to view the article in the Microsoft Knowledge Base:

276369 How to Obtain the Latest Internet Explorer 5.5 Service Pack


STATUS

Microsoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article. This problem was first corrected in Internet Explorer version 5.5 Service Pack 1.

MORE INFORMATION

Not all content types are affected by this bug. Only default content types such as HTML and text files fail to show a File Download dialog box.

Steps to Reproduce Behavior

The following Active Server Pages (ASP) page reproduces the problem:

<%@ Language=VBScript %>
<% Response.AddHeader "Content-Disposition", "attachment" %>
This text should not appear in the browser window automatically.
Internet Explorer should prompt the user first with the option to save the file.
                

REFERENCES

For more information about developing Web-based solutions for Microsoft Internet Explorer, visit the following Microsoft Web sites:

Keywords: kbbug kbfix kbnavigation kbie550sp1fix KB267991