I recently came across a problem where serving a file to Internet Explorer would result in the following error message.
This affected IE6, IE7 and IE8 in my testing. The way I was serving the file was through PHP via readfile. Before sending the contents of the file, I was, of course, setting some header parameters [...]