mother / react-files

A file input (dropzone) management component for React
MIT License
145 stars 35 forks source link

Can I remove an already selected file? #31

Closed sw00d closed 1 year ago

sw00d commented 4 years ago

I want to enable the functionality of removing a file once it's already been uploaded via the user. So, in the case that the user accidentally selects a file, they can remove said file. Is this supported with this library?

Thanks in advance!