Funkcjonalność tej witryny będzie ograniczona w czasie konserwacji. Jeśli artykuł nie rozwiązuje twojego problemu i chcesz zadać pytanie, to nasza społeczność wsparcia jest dostępna na @FirefoxSupport na Twitterze i /r/firefox na Reddicie.

Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Więcej informacji

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 odpowiedzi
  • 48 osób ma ten problem
  • 1 wyświetlenie
  • Ostatnia odpowiedź 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

Wybrane rozwiązanie

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.


Przeczytaj tę odpowiedź w całym kontekście 👍 10

Wszystkie odpowiedzi (2)

more options

Wybrane rozwiązanie

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.