UploadThing `<UploadDropzone />` Component
I'd like to have my file listed when I use the
<UploadDropzone />
component
How can I have access to its state ?
Something like, listing all the files that have been selected for upload and maybe remove some when the user realises that he doesn't wanna upload them anymore5 Replies
for this you'd need to use our hook and build your own component
Thank you
Do you have any resources on where this might be documented?
React – uploadthing
Docs for the best file uploader to date
thanks that worked!