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

Mozilla 도움말 검색

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

자세히 살펴보기

FireFox does not support Macro-enabled Excel file upload?

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

more options

Hi, recently my team have developed an intranet for our colleagues to upload their working files (mostly excel) to share with other colleagues. During testing, however, we noticed that whenever we tried to upload Macro-enabled Excel files (i.e. xlsm format), Firefox failed to do so, while it has no problem with IE or Chrome. I am not that technical with regards to website development so I don't even know how to approach the problem. Do I need to configure my firefox browser? or do I need to go back to the PHP code and modify there? Many thanks!

Hi, recently my team have developed an intranet for our colleagues to upload their working files (mostly excel) to share with other colleagues. During testing, however, we noticed that whenever we tried to upload Macro-enabled Excel files (i.e. xlsm format), Firefox failed to do so, while it has no problem with IE or Chrome. I am not that technical with regards to website development so I don't even know how to approach the problem. Do I need to configure my firefox browser? or do I need to go back to the PHP code and modify there? Many thanks!

모든 댓글 (1)

more options

Hi trebuh,

Make sure there is no application association with the file type: Applications panel - Set how Firefox handles different types of files.

The mimetype of .xlsm:

application/vnd.ms-excel.sheet.macroEnabled.12 

Its possible to check to make sure the http headers have the correct content type when uploading in the web console as well. If there are any differences in the headers between browsers, that is a server/browser issue. (that may eliminate the code potentially being issue) see alsohttp://kb.mozillazine.org/File_types_and_download_actions

http://www.webdeveloper.com/forum/showthread.php?162526-Is-your-docx-f... I would also recommend trying stackoverflow.com.