osx - Wrong mime type detection in Mac / Ubuntu -
i'm running mac 10.10.3. assume some_file.xlsx
proper ms excel file.
when type file -b --mime some_file.xlsx
, application/zip; charset=binary
.
but @ same time when run in heroku ubuntu instance, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet; charset=binary
how can solve issue in mac?
Comments
Post a Comment