web 2.0

Trick for Firefox who doesn't read all the bytes sent with ASP.Net HttpHandler in C#.

We found an issue where Firefox wasn't getting the entire file bytes sent by our ASP Server (in our case, the last byte of the stream was not read so the file were corrupt) but this bug never happens in Internet Explorer. Here is the problematic code : 1: Response.Clear(); ... [More]

Views(1576)

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

ASP.NET | C#

Technorati Profile