在我的angular5文件中,上传是一个触发onchange事件,但是当我选择两次相同的文件时,它没有被选中。
我的问题类似于此HTML input file selection event not firing upon selecting the same file
<input type="file" class="upload-file" onclick="this.value=null" (change)="handleFileInput($event.target.files,'doc')">
但它不起作用