Skip to content

Parse additional fields on file uploads? #89

Answered by kartikk221
BobbyWibowo asked this question in Q&A
Discussion options

You must be logged in to vote

HyperExpress currently does not support Chunked Encoding Transfer requests meaning the content-length of the body must be specified.

You can retrieve both normal text and file type fields with the Response.multipart() method as listed in the documentation.

HyperExpress uses the BusBoy multipart form parser under the hood which will call the handler with both normal and file containing fields.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@BobbyWibowo
Comment options

Answer selected by BobbyWibowo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants