Open jamesmaila opened 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.
This library is dependent upon the FileAPI which is not supported in <IE9