fcgi2 icon indicating copy to clipboard operation
fcgi2 copied to clipboard

Could you recommend anything to get files from multipart/form-data?

Open ghost opened this issue 2 years ago • 4 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, please? Thank you.

ghost avatar Jul 27 '22 21:07 ghost

Maybe this library has underlying mechanism for that purpose?

ghost avatar Jul 29 '22 07:07 ghost

And could you tell how to extract multipart/form-data data for parsing in C?

ghost avatar Jul 29 '22 12:07 ghost

in

i don't know ! i've not used in this way...

mcarbonneaux avatar Aug 10 '22 17:08 mcarbonneaux

but in googling: https://stackoverflow.com/questions/2265038/is-there-a-lightweight-multipart-form-data-parser-in-c-or-c

mcarbonneaux avatar Aug 10 '22 17:08 mcarbonneaux