nodejs / llhttp

Port of http_parser to llparse

Home Page:http://llhttp.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to get files from multipart/form-data?

decayassault opened this issue · comments

Hi!
I am sending video file via FormData() using XmlHttpRequest(). Could you provide some details on how to obtain file back on the server side in C if there is no need to use WebSocket, please?
Thank you.

This is not related to llhttp as the body is not parsed.