I'm trying to stream content back to the bowser and it works well in IE. If it's an image it displays if it's a zip file it prompts for a download so on and so forth, but with firefox it just displays what looks like the unicode to the browser.
I have checked to see if the correct content type is being pushed to the browser and it is.
Is there something special I need to do for firefox in order to get this to work.
Response.OutputStream.Write(ObjectByteArray, 0, ObjectByteArrayLength);
Thanks