Manually trigger upload instead of automatically uploaded
Hi, im trying to migrate from edgestore to uploadthing
i find my self struggling to match my use cases with the UploadButton from uploadthing/react since the components upload it's file automatically.
is there a way to disable that behaviour or i need to create my own upload component?
1 Reply
So i found the mode on the components after reading the source code, but still i want to submit instead of uploading it through the UploadButton component