Doesn't work in IE9 #1023
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When I select a file, it is not added to the upload list

@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.
@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 +
@mdmota I haven't used other components yet, so I cannot suggest other components..
Anyone know a solution to get this working on IE9?