Mozilla 도움말 검색

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

Learn More

Input Type from a CSV File is Recognized as Ms excel file

  • 3 답장
  • 5 이 문제를 만남
  • 1532 보기
  • 최종 답변자: Grizzly

more options

In the current Version of Firefox the input field is set to the wrong filetype if select an csv file.

Open with Chrome and Firefox. Chrome set the file type to text/csv Firefox to "application/vnd.ms-excel"

Working example open the consoel to see the output: https://codepen.io/GrizzlyStu/pen/YzjZjez

In the current Version of Firefox the input field is set to the wrong filetype if select an csv file. Open with Chrome and Firefox. Chrome set the file type to text/csv Firefox to "application/vnd.ms-excel" Working example open the consoel to see the output: https://codepen.io/GrizzlyStu/pen/YzjZjez

선택된 해결법

You can inspect the MIME database key with the registry editor (regedit.exe) and do a search for that MIME type (file extension) via Ctrl+F. Be cautious with editing the registry as there is NO UNDO possible: all changes are applied immediately. You can export key(s) in the registry editor before making changes. You can check specific file extension keys (e.g. .jpg) in the registry with the registry editor.

  • HKEY_CLASSES_ROOT\.xxx

You can check possibly linked MIME types in the MIME Database registry key.

  • HKEY_CLASSES_ROOT\MIME\Database\Content Type\
문맥에 따라 이 답변을 읽어주세요 👍 1

모든 댓글 (3)

more options

This Issue is only on Windows PCs. On Linux the file type is set correctly to "text/csv"

more options

선택된 해결법

You can inspect the MIME database key with the registry editor (regedit.exe) and do a search for that MIME type (file extension) via Ctrl+F. Be cautious with editing the registry as there is NO UNDO possible: all changes are applied immediately. You can export key(s) in the registry editor before making changes. You can check specific file extension keys (e.g. .jpg) in the registry with the registry editor.

  • HKEY_CLASSES_ROOT\.xxx

You can check possibly linked MIME types in the MIME Database registry key.

  • HKEY_CLASSES_ROOT\MIME\Database\Content Type\
more options

Ok thanks for that info. Could it also happen in Mac or Linux Version of Firefox?

Good to know that firefox uses the content type definitin by windows.