Join the Mozilla’s Test Days event from Dec 2–8 to test the new Firefox address bar on Firefox Beta 134 and get a chance to win Mozilla swag vouchers! 🎁

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

Downloading a file, mime type application/octet-stream, I always get the dialog "would you like to save to save this file? Cancel or Save".

  • 2 trả lời
  • 48 gặp vấn đề này
  • 676 lượt xem
  • Trả lời mới nhất được viết bởi blooders135

more options

A number of us are using a private site where we run an application offline. The application offers a download button so that we can take a snapshot of our offline progress, a sort of backup. When we go back on-line we can either upload the the information from the application or we can upload the backup files.

The problem is that whenever we hit the download button we always get the extra dialog asking if we want to save or cancel the file download. This might sound a little ridiculous, but we really do not want to have to move the mouse to the new dialog and have to click the Save button.

The file mime type is application/octet-stream, there is no file extension.

Is there a way to change the Firefox configuration so that this dialog does not appear?

Thank you.

Apologies, but I have deleted all of the system information gathered automatically because I am not able to submit this request from the machines where the problem occurs.

Those system are: Ubuntu 14:04.3 LTS Firefox 40.0.3

A number of us are using a private site where we run an application offline. The application offers a download button so that we can take a snapshot of our offline progress, a sort of backup. When we go back on-line we can either upload the the information from the application or we can upload the backup files. The problem is that whenever we hit the download button we always get the extra dialog asking if we want to save or cancel the file download. This might sound a little ridiculous, but we really do not want to have to move the mouse to the new dialog and have to click the Save button. The file mime type is application/octet-stream, there is no file extension. Is there a way to change the Firefox configuration so that this dialog does not appear? Thank you. Apologies, but I have deleted all of the system information gathered automatically because I am not able to submit this request from the machines where the problem occurs. Those system are: Ubuntu 14:04.3 LTS Firefox 40.0.3

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

Content type "application/octet-stream" will always cause Firefox to show the "open with" download dialog. To avoid this download you would have to configure the server to send another content type and possibly change the file extension of the file.


Đọc câu trả lời này trong ngữ cảnh 👍 10

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

more options

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

Content type "application/octet-stream" will always cause Firefox to show the "open with" download dialog. To avoid this download you would have to configure the server to send another content type and possibly change the file extension of the file.


more options

@Cor-el, yes, that was spot on. I have mocked up your suggestion using a mime type of "application/json" and a file extension of ".json" and we get the correct behaviour. Thank you.