même fichier sélectionnez Angular Deuxième fois non sélectionné
@ViewChild('fileInput') fileInput: any;
...
uploadFile() {
this.uploader.uploadAll();
this.fileInput.nativeElement.value = '';
}
Anxious Antelope