You can use ref
to reset the file uploader value.
this.$refs.fileupload.value = null;
codepen – https://codepen.io/Pratik__007/pen/MWYVjqP?editors=1010
You can use ref
to reset the file uploader value.
this.$refs.fileupload.value = null;
codepen – https://codepen.io/Pratik__007/pen/MWYVjqP?editors=1010