How to upload multi-files or response with multi-files?
zhangmGoL opened this issue · 3 comments
zhangmGoL commented
As shown in title, if I want to upload or respond multi-files, how to implement these functions?
Thanks~~
sprinfall commented
你是指 multipart form data?
zhangmGoL commented
你是指 multipart form data?
是的啊~~,如果提交多表单数据,有参考的代码可以show一下吗,我再项目中有这样的需求
sprinfall commented
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
请参考上面这两个例子。