Цей вебсайт матиме обмежену функціональність, доки ми проводимо його обслуговування для поліпшення роботи. Якщо прочитана стаття не розв'язала вашу проблему і ви хочете поставити питання, наша спільнота підтримки з радістю допоможе вам на @FirefoxSupport у Twitter та /r/firefox на Reddit.

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

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.