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(1548)