Tuesday, 2 November 2021

Angular File Upload - Uploading same file has no effect bug

 

https://github.com/nervgh/angular-file-upload/issues/542



<input type="file" onclick="this.value=null" change="onFileChange($event)" multiple/>

then onFileChange($event), need to check  $event.target.files[0]..[n] instanceof File

No comments:

Post a Comment