jeremycw / httpserver.h

Single header library for writing non-blocking HTTP servers in C
MIT License
1.78k stars 143 forks source link

How can deal with image file upload? #50

Open patrickj-fd opened 3 years ago

patrickj-fd commented 3 years ago

Hello, everyone

For example:
curl localhost:4000/test -F "filename=@/tmp/xxx.jpg"

In the program code, how can I get this image file?