Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

How can I configure that clicking on a link to a jpg file with MIME Type JPEG Image simply results in the image being displayed in FF ?

  • 5 trả lời
  • 18 gặp vấn đề này
  • 2 lượt xem
  • Trả lời mới nhất được viết bởi cor-el

more options

When I click on the link to http://www.vienna.at/resource.aspx/ResourceID/news-20080805-01032166-image (found in the page http://forum.openstreetmap.org/viewtopic.php?id=1777), I get the dialog "What should FF do with this file", where I can select to open a new FF or to save the file, but are unable to make the image simply being displayed like other links to other images. I don't know where the difference to regular image links is.

When I click on the link to http://www.vienna.at/resource.aspx/ResourceID/news-20080805-01032166-image (found in the page http://forum.openstreetmap.org/viewtopic.php?id=1777), I get the dialog "What should FF do with this file", where I can select to open a new FF or to save the file, but are unable to make the image simply being displayed like other links to other images. I don't know where the difference to regular image links is.

Được chỉnh sửa bởi jj-ff vào

Giải pháp được chọn

Tất cả các câu trả lời (5)

more options

Web servers can send an instruction before sending the image (a Content-Disposition header) indicating that the image should be displayed inline (in which case Firefox shows it in a tab) or should be treated as a download. I don't think Firefox has a built-in way to disregard this instruction, but there might be an add-on that lets you change this behavior.

more options

Yes, after installing LiveHTTPHeaders I can see the server sends "Content-Disposition: attachment; filename=...". Maybe sometime someone writes an extension that is able to suppress that header - I haven't found one. Thank you.

more options

Giải pháp được chọn

more options

That's it ! Thank you for the solution.