How can I increase the max file size when using react-quill #9606
Unanswered
pullmann4rent
asked this question in
Q&A
Replies: 1 comment
-
Is the size limit on React Quill? If it's on their side, then I recommend you to ask them, but I doubt the editor has a file size limit, instead it's probably a server-side limit on how you parse files. If you're using Remix's parseMultipartFormData function then the upload handlers usually accept a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I use https://github.com/zenoamaro/react-quill and I can there insert images on the editor.
But I got this error :
MaxPartSizeExceededError: Field "description" exceeded upload size of 3000000 bytes.
code:
How can I increase the max file size because I dont have control about the flow to upload the image when using react-quill.
Where can I change it now the max file size ?
Beta Was this translation helpful? Give feedback.
All reactions