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

IE11 doesn't show correct drag-over-class #2002

Open nickgrealy opened 6 years ago

nickgrealy commented 6 years ago

Just testing this library with IE11 (sorry to be "that guy"), and the rejectClass doesn't get shown for "wrong" file types (the acceptClass shows instead).

Is this a limitation of the browser?

e.g. Dragging a PDF onto Image only...

ngf-drag-over-class="{pattern: 'image/*', accept:'acceptClass', reject:'rejectClass', delay:100}"