The error could be located. We could work around it by opening "http_allow_content_disposition (true)" on our Firewall.
Here's some more information about this: 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, please see the following article in the Microsoft Knowledge Base: Q276369 <http://support.microsoft.com/default.aspx?scid=kb;en-us;Q276369> How to Obtain the Latest Internet Explorer 5.5 Service Pack STATUS Microsoft has confirmed this to be a bug in the Microsoft products 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. I had a similar problem... and was told to put the following in objects.C: http_allow_content_disposition (true) As to exactly what they are... I don't know. Only that it stopped me from performing some sorts of downloads. -----Original Message----- The browser comes up with an error: illegal or unknown response KB http://support.ipswitch.com/kb/IM-19981110-DD03.htm does not apply. Anybody else with the same issue? Marius Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
