@ViewChild('fileInput') fileInput: any; ... uploadFile() { this.uploader.uploadAll(); this.fileInput.nativeElement.value = ''; }