当サイトはユーザー体験を改善するためのメンテナンスを実施中に機能が制限される予定です。記事を読んでもあなたの問題が解決せず質問をしたい場合は、Twitter の @FirefoxSupport、Reddit の /r/firefox で、サポートコミュニティが皆さんを助けようと待機しています。

Mozilla サポートの検索

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.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

Firefox 16.0.2 doesn't download rar files properly

  • 3 件の返信
  • 2 人がこの問題に困っています
  • 5 回表示
  • 最後の返信者: cor-el

more options

Hi,

I got a report from a user of our website that they can't download rar files... I checked and indeed left-clicking to download a rar file doesn't work; FF doesn't seem to recognize the mime type and loads the file in-browser instead of prompting to Save As.

You can see this on an example here: http://www.sorcerers.net/Games/IWD2/Anarion_Custom_Portraits.rar

Zip files download fine. We've confirmed that this only happens in FF, so I assume it's a bug...

Hi, I got a report from a user of our website that they can't download rar files... I checked and indeed left-clicking to download a rar file doesn't work; FF doesn't seem to recognize the mime type and loads the file in-browser instead of prompting to Save As. You can see this on an example here: http://www.sorcerers.net/Games/IWD2/Anarion_Custom_Portraits.rar Zip files download fine. We've confirmed that this only happens in FF, so I assume it's a bug...

すべての返信 (3)

more options

Such issues happen if the server isn't configured correctly and the files are send as text/plain if Firefox opens the page in a tab as text like in this case.

You will have to instruct the server (cloudflare-nginx) to send the RAR files with an appropriate MIME type to make Firefox save the file.

more options

That could be a CloudFlare issue then since that's the CDN we started using a few days ago. But why would it work fine in all other browsers except Firefox? That doesn't make sense...

more options

Firefox always respect the MIME type if a server sends such a MIME type in the response header like in this case.
Other browsers may change there behavior according to the file extension or content sniffing, but Firefox doesn't do this and fails in cases like this where the server isn't configured properly.