webcc icon indicating copy to clipboard operation
webcc copied to clipboard

How to upload multi-files or response with multi-files?

Open zhangmGoL opened this issue 5 years ago • 3 comments

As shown in title, if I want to upload or respond multi-files, how to implement these functions?

Thanks~~

zhangmGoL avatar Dec 16 '19 14:12 zhangmGoL

你是指 multipart form data?

sprinfall avatar Dec 17 '19 02:12 sprinfall

你是指 multipart form data?

是的啊~~,如果提交多表单数据,有参考的代码可以show一下吗,我再项目中有这样的需求

zhangmGoL avatar Dec 17 '19 03:12 zhangmGoL

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 请参考上面这两个例子。

sprinfall avatar Dec 18 '19 07:12 sprinfall