Support body parser for multipart form data #13

Open
opened 2026-03-22 18:27:44 +00:00 by tonymottaz · 0 comments
Owner

Extend the request.body.asFormData() API (see #12) to support multipart form data as well. Note that files are natively supported in the FormData API. When you .get() a field that has a file value, you get an instance of File

Extend the `request.body.asFormData()` API (see #12) to support multipart form data as well. Note that files are natively supported in the `FormData` API. When you `.get()` a field that has a file value, you get an instance of [`File`](https://nodejs.org/docs/latest/api/buffer.html#class-file)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
tonymottaz/grackle#13
No description provided.