Intermittent bug - IE6 showing file as text in browser, rather than as file download
- by Richard Ev
In an ASP.NET WebForms 2.0 site we are encountering an intermittent bug in IE6 whereby a file download attempt results in the contents of the being shown directly in the browser as text, rather than the file save dialog being displayed. Our application allows the user to download both PDF and CSV files.
The code we're using is:
HttpResponse…