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

Mozilla 도움말 검색

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

자세히 살펴보기

Cannot open attachment

  • 4 답장
  • 1 이 문제를 만남
  • 1 보기
  • 최종 답변자: Matt

more options

Steps to reproduce:

I send / receive a message with a 7z attachment

Actual results:

I cannot open the attachment, I can only save it. I have changed the preferences - it does not help. Problem only with 7z extension, some files will open but most don't work, checked on other programs not only 7zip and all the time there is a problem. I need to be able to open the file without saving it. When I click on an attachment, nothing happens, no window appears to open the attachment, with other files it works, checked on different computers. When I select the button in the right corner open does not work either.

Expected results:

There should be a window to open the attachment using 7zip or some other program.

Steps to reproduce: I send / receive a message with a 7z attachment Actual results: I cannot open the attachment, I can only save it. I have changed the preferences - it does not help. Problem only with 7z extension, some files will open but most don't work, checked on other programs not only 7zip and all the time there is a problem. I need to be able to open the file without saving it. When I click on an attachment, nothing happens, no window appears to open the attachment, with other files it works, checked on different computers. When I select the button in the right corner open does not work either. Expected results: There should be a window to open the attachment using 7zip or some other program.

모든 댓글 (4)

more options

open the message source (ctrl+U)

Locate the attachment. It will appear somewhat like the PDF one below.

Content-Type: application/pdf; name="PaySlip.pdf"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="PaySlip.pdf"

Does the attachment have a Content-Type defined? What is it?

I have trawled through the registered types and I can not find one for 7z. But perhaps I gave up to fast. https://www.iana.org/assignments/media-types/media-types.xhtml

more options

Content-Type: application/octet-stream; name="file.7z" Content-Disposition: attachment; filename="file.7z" Content-Transfer-Encoding: base64

more options

I found message where can i open attachment and there is Content-Transfer-Encoding: base64 Content-Type: application/x-7z-compressed;

How can i fix this?

more options

I suggest you talk to the one sending the mail and ask them to correctly encode what they send. An octet stream is basically a binary data stream which has one action. To save it and hopefully the recipient know what to do with it.