Ajith

Results 2 comments of Ajith

@samos123 Did you manage to solve this issue? I am struck at the same case. I need to reinitialize the fileuploader as I need to upload the same image again

I have managed to fix this by adding the property `fileOrFiles` as given below const [fileAdded, setFileAdded] = useState(null); { // Process file like upload to server or make inner...