Important Notice: We're experiencing email notification issues. If you've posted a question in the community forums recently, please check your profile manually for responses while we're working to fix this.

On Monday the 3rd of March, around 5pm UTC (9am PT) users may experience a brief period of downtime while one of our underlying services is under maintenance.

Iskanje po podpori

Izogibajte se prevarantski tehnični podpori. Nikoli vam ne bomo naročili, da pokličete telefonsko številko ali nam pošljete osebne podatke. Sumljivo dejavnost prijavite z gumbom »Prijavi zlorabo«.

Več o tem

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 odgovora
  • 48 ima to težavo
  • 832 ogledov
  • Zadnji odgovor od 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

Izbrana rešitev

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.


Preberite ta odgovor v kontekstu 👍 10

Vsi odgovori (2)

more options

Izbrana rešitev

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.