patrickj-fd
patrickj-fd
When I compile my project with httpserver.h, occur warning : ``` ./src/httpserver.h:295:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 199309L In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25:0, from /usr/include/x86_64-linux-gnu/curl/system.h:399, from /usr/include/x86_64-linux-gnu/curl/curl.h:38, from ./src/hr_darknet.c:1: /usr/include/features.h:265:0:...
Hello, everyone For example: curl localhost:4000/test -F "filename=@/tmp/xxx.jpg" In the program code, how can I get this image file?