ค้นหาฝ่ายสนับสนุน

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

เรียนรู้เพิ่มเติม

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 การตอบกลับ
  • 48 คนมีปัญหานี้
  • 1 ครั้งที่ดู
  • ตอบกลับล่าสุดโดย 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

วิธีแก้ปัญหาที่เลือก

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.


อ่านคำตอบนี้ในบริบท 👍 10

การตอบกลับทั้งหมด (2)

more options

วิธีแก้ปัญหาที่เลือก

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.