Doesn't work in IE9 #1023

Open
opened 2018-05-24 13:54:12 +00:00 by mdmota · 4 comments
mdmota commented 2018-05-24 13:54:12 +00:00 (Migrated from github.com)

When I select a file, it is not added to the upload list
ie9error

When I select a file, it is not added to the upload list ![ie9error](https://user-images.githubusercontent.com/21266037/40489966-c2b93cd6-5f40-11e8-9a80-8deb958787a1.png)
koenvanderlinden commented 2018-05-24 14:26:03 +00:00 (Migrated from github.com)

@mdmota Maybe the demo is not build with IE9 compatibility. If you have your own angular app, you can use the polyfills.ts file to make it IE9 compatible. Just uncomment some lines imports.

@mdmota Maybe the demo is not build with IE9 compatibility. If you have your own angular app, you can use the polyfills.ts file to make it IE9 compatible. Just uncomment some lines imports.
mdmota commented 2018-05-24 14:37:56 +00:00 (Migrated from github.com)

@koenvanderlinden I already did the tests using other components like primeng and the problem is that some codes are not supported by ie9. How to: FileAPI, event.target.
I need some angled upload solution that works on ie9 +

@koenvanderlinden I already did the tests using other components like primeng and the problem is that some codes are not supported by ie9. How to: FileAPI, event.target. I need some angled upload solution that works on ie9 +
koenvanderlinden commented 2018-05-24 14:43:17 +00:00 (Migrated from github.com)

@mdmota I haven't used other components yet, so I cannot suggest other components..

@mdmota I haven't used other components yet, so I cannot suggest other components..
yus-h commented 2018-06-23 23:13:03 +00:00 (Migrated from github.com)

Anyone know a solution to get this working on IE9?

Anyone know a solution to get this working on IE9?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dc/ng2-file-upload#1023