Closed
Bug 393831
Opened 17 years ago
Closed 17 years ago
for content types (like image/jpeg) that firefox can handle inline, load in the browser instead of opening the open/save dialog (caused by http header "Content-Disposition: attachment")
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 185618
People
(Reporter: moco, Unassigned)
Details
for content types (like image/jpeg) that firefox can handle inline, load in the browser instead of opening the open/save dialog
steps to reproduce:
1) on a particular website, there is an image in some html like <img height=25 width=25 src=".../foo.jpg">
2) I right click, attempt to view it, and I get the open/save dialog
3) since firefox can handle image/jpeg internally, I'd rather view this image in firefox instead of throwing it to what ever app happens to be registerd for image/jpeg (for me, it was Corel Photo Album 6 or something)
using the Live HTTP Headers add-on, I see the issue is the following http header:
Content-Disposition: attachment
Anything we can do about this?
Comment 1•17 years ago
|
||
See also the companion, bug 57342.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•