danialfarid / ng-file-upload

Lightweight Angular directive to upload files with optional FileAPI shim for cross browser support
MIT License
7.87k stars 1.6k forks source link

XLS isn't recognized on Mac with Excel installed #2097

Open billmccord opened 5 years ago

billmccord commented 5 years ago

I tried your demo and it failed to recognize an XLS file (attached, but compressed because unsupported type.) It gave the following error: Invalid File: {"pattern":true} image/*,audio/*,video/*, OrderTemplate.xls - size: 9216B - type:

I did some searching around and it seems that it may be an issue of Excel being installed according to other bugs I found in other uploaders: https://github.com/thoughtbot/paperclip/issues/2170#issuecomment-227739522 https://github.com/enyo/dropzone/issues/1476#issuecomment-344705803

Perhaps it could be solved in similar way?

OrderTemplate.xls.zip