Pass the
fileInput
reference to triggerFile()
and do the fileInput.click()
there instead:<input #fileInput type="file" />
<button type="button" (click)="triggerFile(fileInput)">trigger</button>
triggerFile(fileInput:Element) {
// do something
fileInput.click();
}
Không có nhận xét nào:
Đăng nhận xét