danialfarid / ng-file-upload

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

ngf-accept not working in IE Edge #1898

Closed cdriscol closed 7 years ago

cdriscol commented 7 years ago

No matter what values I put into ngf-accept it seems to always show All files (*). You can see this behavior using the demo. Works in IE 11 as expected..

cdriscol commented 7 years ago

So, I guess MS hasn't implemented this yet in Edge.. https://developer.microsoft.com/en-us/microsoft-edge/platform/status/httpclienthints/?filter=f3f0000bf&search=accept

I'll close this for now.