본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Can't download diskimage:https://eshop.macsales.com/OSXCenter/XPostFacto/Framework.cfm?page=XPostFacto3.html

more options

Trying to download the disk image and all i get is web page full of crazy lettres characters and what nots.

Had to go to Safari to download the image.

Using the most current uptodate browsers.

Trying to download the disk image and all i get is web page full of crazy lettres characters and what nots. Had to go to Safari to download the image. Using the most current uptodate browsers.

선택된 해결법

Hi waltersheluk, This is possibly because the browser has no association for this file type (dmg in this case). You can take a look at the different file types and their associated actions by going to Edit -> Preferences -> Applications tab. Here you will notice a list of the content type and default action to take. If DMG is not in the list, Firefox doesnt know how to handle this file type. For now you can try to right click on the disk image link and select the 'save link as' option. Make sure the extension of the file is .dmg and it is saved as as 'All files'. Please let us know if this works for you.

For further reference, here's a link to file type action associations https://support.mozilla.org/en-US/kb/change-firefox-behavior-when-open-file?redirectlocale=en-US&redirectslug=Managing+file+types

문맥에 따라 이 답변을 읽어주세요 👍 1

모든 댓글 (4)

more options

선택된 해결법

Hi waltersheluk, This is possibly because the browser has no association for this file type (dmg in this case). You can take a look at the different file types and their associated actions by going to Edit -> Preferences -> Applications tab. Here you will notice a list of the content type and default action to take. If DMG is not in the list, Firefox doesnt know how to handle this file type. For now you can try to right click on the disk image link and select the 'save link as' option. Make sure the extension of the file is .dmg and it is saved as as 'All files'. Please let us know if this works for you.

For further reference, here's a link to file type action associations https://support.mozilla.org/en-US/kb/change-firefox-behavior-when-open-file?redirectlocale=en-US&redirectslug=Managing+file+types

글쓴이 vinaykini 수정일시

more options

Firefox handles downloads based on the content-type specified by the server. In this case, the server is indicating that the .dmg is a text/plain file, which Firefox knows how to display.

Of course, that content-type is incorrect. I suspect the server isn't set up with a custom content-type for .dmg and is just using the standard fall-back setting for unknown file types.

The workaround is to right-click the link > Save Link As (or equivalent on Mac).

If you have a relationship with the site, or want to help them out, you can point them to this thread. They need to add this to their Apache configuration:

AddType application/x-apple-diskimage .dmg
more options

It seems that FireFox should be the browser that can download a .dmg file without doing a right-click the link>save the link dance.

If Safari is set up to download .dmg file by the simple double click method then FireFox is somewhat in the dark ages.

Or allow me as a dedicated FireFox user to set .dmg in the downloading application preferences.

However thanks guys for solving this problem or perhaps banging this old guys head to show him how to do it. Many thanks.

more options

This has always been an issue in Firefox from before version 1.0. Mozilla knew that Internet Explorer inspected the beginning of the file's content and used that information to override the content-type specified by the server, and therefore some sites felt no need to send correct content-type headers. Nevertheless, Mozilla decided not to follow that route and I wouldn't expect that to change. Remarkably, nearly all sites get it right.