diff --git a/src/AjaxUploader.tsx b/src/AjaxUploader.tsx index e537d9e..62b081a 100644 --- a/src/AjaxUploader.tsx +++ b/src/AjaxUploader.tsx @@ -235,6 +235,8 @@ class AjaxUploader extends Component { this.setState({ uid: getUid(), }); + // After changing here, can uid be removed? + if (this.fileInput) this.fileInput.value = ""; } abort(file?: any) {