1

I have written code for file upload using ng2file upload in angular6. Able to upload multiple files successfully in firefox, chrome and edge but not working for IE11. onSelectedFile() event is triggering twice in Ie11.

I have tried below code:

  <input type='file' [uploader]='uploader' multiple (onSelectedFile)='onSelectedFile' ng2fileupload />

Any suggestion please.

0 Answers0