webcc
webcc copied to clipboard
How to upload multi-files or response with multi-files?
As shown in title, if I want to upload or respond multi-files, how to implement these functions?
Thanks~~
你是指 multipart form data?
你是指 multipart form data?
是的啊~~,如果提交多表单数据,有参考的代码可以show一下吗,我再项目中有这样的需求
Form client: https://github.com/sprinfall/webcc/blob/master/examples/form_client.cc Form server: https://github.com/sprinfall/webcc/blob/master/examples/form_server.cc 请参考上面这两个例子。