Closed
Bug 182332
Opened 23 years ago
Closed 23 years ago
Nonsense is displayed after a ASP.NET site returns an Image
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 182325
People
(Reporter: brink019, Assigned: harishd)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2) Gecko/20021126
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2) Gecko/20021126
(At the University, we programm with ASP.NET a bit. ->)
After a ASP.NET page performs an action like "Bitmap.Save(Response.OutputStream,
ImageFormat.JPG)" in code-behind, the browser IE displays an only Image. (This
is right.) Mozilla does not! Mozilla displays a mass of characters, behind the
actual page.
Reproducible: Always
Steps to Reproduce:
see Details
Actual Results:
Mozilla displays a lot of nonsense characters.
Expected Results:
Mozilla should display simply an Image.
Comment 1•23 years ago
|
||
*** This bug has been marked as a duplicate of 182325 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•