llhttp
llhttp copied to clipboard
How to get files from multipart/form-data?
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.