how to use formidable with nuxt 3? #831
-
i'm trying to upload pdf document from client side to server and then save it locally.
client side
|
Beta Was this translation helpful? Give feedback.
Answered by
GrosSacASac
Apr 2, 2022
Replies: 1 comment 1 reply
-
Use formidable or useBody but not both at the same time. Do not manually set the content type header in fetch, it will be done for you.
No |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mihail727
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use formidable or useBody but not both at the same time. Do not manually set the content type header in fetch, it will be done for you.
No