Help - how does multipart works under the hood
Open
help wanted
- Dominant language
- No language data
- Stars
- 68
- Forks
- 8
- Avg merge
- 11h 2m
- Merged PRs (30d)
- 2
Description
## 💬 Question here
How does `@fastify/multipart` work?
I'm trying to upload a file approximately 20-50 mib size.
I'm planning on using multipart as a content type, so I used `@fastify/multipart`.
But, I have `nginx` reverse proxy, so I'm limited to 1mb to the request size.
My question is does multipart send the data in chunks? does it do that for me? my testing saying it doesn't, but just wanted to ask to make sure.
- *node version*: 22
- *fastify version*: 5.1.0
- *os*: Linux
Contributor guide
Assessment
This issue has not been assessed yet.