httpserver.h
httpserver.h copied to clipboard
How can deal with image file upload?
Hello, everyone
For example:
curl localhost:4000/test -F "filename=@/tmp/xxx.jpg"
In the program code, how can I get this image file?