uploadthing icon indicating copy to clipboard operation
uploadthing copied to clipboard

File uploads for modern web devs

Results 107 uploadthing issues
Sort by recently updated
recently updated
newest added

How to styling the button? (e.g: when user click his user avatar, then it trigger the UploadButton) Thanks.

planned

For instance: ```ts withoutMdwr: f .limits("max 2 files of 1GB each") .fileTypes(["image"]) .middleware(async () => { return { testMetadata: "lol" }; }) .onUploadComplete(({ metadata, file }) => { console.log("uploaded with...

This is an initial prototype of what react native support would look like. TODO: - [ ] Fix vercel deployments - [x] Add theming - [x] Document props - [...

### What happened? First off all, thanks for uploadthing - love the work! The following is written out of love and with gratitude. There a few instances in docs where...

![As a user I want to have a darkmode so that I don't burn my eyes out](https://github.com/pingdotgg/uploadthing/assets/29845135/249ecb62-c111-45e9-8a44-f955cc35e533)

planned

Filetype is set to blob and I tried uploading a PNG image. Not sure if this is a bug, or just wrong config on my end for localhost.

Hey, currently, I don't see a way to limit the number of files that can be uploaded using UploadThing. Am I missing something or is there a different way to...

Instead of having to pass the generic everytime, you can now create type safed components using the `genereateReactComponents` method. ```ts import { genereateReactComponents } from "@uploadthing/react"; import { OurFileRouter }...

Obnoxious but so is yarn

bug
haunted
planned

Added a prop `onDrop` for the `` component. Whenever the user selects or drops the file it will call the passed `onDrop` callback function.

📚 documentation
@uploadthing/react