httpserver.h icon indicating copy to clipboard operation
httpserver.h copied to clipboard

How can deal with image file upload?

Open patrickj-fd opened this issue 5 years ago • 0 comments

Hello, everyone

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

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

patrickj-fd avatar Jan 18 '21 08:01 patrickj-fd