bergben / ng2-file-input

Angular 2 component that implements a drag and drop or select file selection, including preview.
MIT License
25 stars 11 forks source link

dist/FileAPI.flash.swf?r=2.0.21 not found #4

Closed cslgxuchang closed 7 years ago

cslgxuchang commented 7 years ago

image

cslgxuchang commented 7 years ago

user ng2-file-input,but have a problem with fileapi.false.swf not found

bergben commented 7 years ago

Hey there @cslgxuchang You can safely ignore that error, unless you have to support IE9 (currently used by 0.2% worldwide). Related is this issue: https://github.com/jellyjs/angular2-file-drop/issues/18 If you need to support IE9 then please try the solution one guy mentions in the issue linked above.

angular2-file-drop is a dependency of ng2-file-input, which uses the FileAPI: https://github.com/mailru/FileAPI

cslgxuchang commented 7 years ago

@bergben thanks,my website need to support IE9,so I will try to use fileapi to solve this problem。