Този сайт ще има ограничена функционалност, докато се извършва тече неговата поддръжка. Ако дадена статия не може реши проблема ви и искате да зададете въпрос, нашата общност е готова да ви помогне на @firefox в Twitter и /r/firefox в Reddit.

Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Научете повече

Firefox can't display several of my own posted websites, claiming they are already downloaded applications. Other browsers display them.

  • 3 отговора
  • 1 има този проблем
  • 7 изгледи
  • Последен отговор от cor-el

more options

I've had other people e-mail me and also report that their web browser cannot display images (jpg) on several of the web pages. When I either follow a link to the web pages or enter the correct URL, Firefox reports that it is downloaded an application from the web and asks if it should cancel or open it. If open is chosen, it shows the html text but does not display any of the images. Both Safari and iCab on the Mac displace the entire web pages fine as does the iPad.

I've had other people e-mail me and also report that their web browser cannot display images (jpg) on several of the web pages. When I either follow a link to the web pages or enter the correct URL, Firefox reports that it is downloaded an application from the web and asks if it should cancel or open it. If open is chosen, it shows the html text but does not display any of the images. Both Safari and iCab on the Mac displace the entire web pages fine as does the iPad.

Всички отговори (3)

more options

That file is send as content type application/octet-stream.
Firefox will never render such a file, but always offer to save a file send with such a MIME type.

See: http://developer.mozilla.org/en/docs/Properly_Configuring_Server_MIME_Types

http://web-sniffer.net/?url=http%3A//web.me.com/dtrapp/Bainbridge/PleasantBeach.html&http=1.1&gzip=yes&type=GET&uak=0

more options

The html file is labeled as "text/html" in meta data and after downloading "as an application", Firefox still lists the type in page information as "text/html." It is nowhere listed as an "application/octet-stream." Rendering mode is "Standards compliance mode" and encoding is ISO-8859-15. But strangely the Modified date is listed as "30 January, 2010" when the current version of the file is actually 30 October 2010. The actual downloaded file is a version edited and posted earlier today.

more options

What you specify in meta data is not important and is ignored by Firefox. It is the content type in the HTTP response headers that matter and that specifies application/octet-stream.

You can see the response header via the link to the web-sniffer website that I posted above or use the Live HTTP Headers extension.