Displaying files in Chrome

Form many months I have been having problems with our main site code and certain images and files not being displayed in Chrome properly. These files where being loaded out of a SQL server with some fairly standard .net code.
Turns out Chrome doesn't like it when you are streaming a file and then use
Response.Close();
to close the connection.
We have a bug open with Google about it, hopefully they fix it.
Hope this helps others!

0 comments:

Post a Comment