Javascript – How to customize the upload button on Uploadthing?
I followed the instructions on the page https://docs.uploadthing.com/nextjs/pagedir to upload images to uploadthing.com, and everything is working fine. Now I want to customize the upload button, so how can I do that? Below is the code in my application: import…