valor-software / ng2-file-upload

Easy to use Angular components for files upload
http://valor-software.github.io/ng2-file-upload/
MIT License
1.91k stars 662 forks source link

Does not work IE9 and below #500

Open jamesmaila opened 7 years ago

jamesmaila commented 7 years ago

This library is dependent upon the FileAPI which is not supported in <IE9

henritoivar commented 7 years ago

can this somehow be solved using a polyfill? i'm looking for some pointers to make this work.

currently, when selecting a file it fails in IE9 because in the file-select.directive.ts file in the function onChange on line: let files = this.element.nativeElement.files it returns undefined.