Search Results

3
votes

Firefox ignores Response.ContentType

Try adding a Response.ClearHeaders() before calling ClearContents() like x2 mentioned and sending the file as application/octet-stream: Respon …