Does not work IE9 and below #500

Open
opened 2016-11-21 05:27:06 +00:00 by jamesmaila · 1 comment
jamesmaila commented 2016-11-21 05:27:06 +00:00 (Migrated from github.com)

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

This library is dependent upon the FileAPI which is not supported in <IE9
henritoivar commented 2017-03-03 16:20:15 +00:00 (Migrated from github.com)

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.

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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dc/ng2-file-upload#500