We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
breadit/src/components/Editor.tsx
Line 108 in 60cf197
instead of this we can use below code to solve image uplaoding problems.
const [res] = await uploadFiles({ endpoint: 'imageUploader', files: [file], })
The text was updated successfully, but these errors were encountered:
I tried you solution but, i founded with the same problem, so i looking within the documentation of uploadthing and this worked for me.
const res = await uploadFiles('imageUploader',{files: [file]})
Sorry, something went wrong.
I tried you solution but, i founded with the same problem, so i looking within the documentation of uploadthing and this worked for me. const res = await uploadFiles('imageUploader',{files: [file]})
hi my friend which uploadthing version did you use in your breadit project
No branches or pull requests
breadit/src/components/Editor.tsx
Line 108 in 60cf197
instead of this we can use below code to solve image uplaoding problems.
The text was updated successfully, but these errors were encountered: