Arronlong / httpclientutil

该项目基于HttpClient-4.4.1封装的一个工具类。提供了更为简单的GET、POST及上传下载等功能。同时支持插件式配置Http-Header(包含自定义header)、配置SSL和Proxy等。
https://blog.csdn.net/xiaoxian8023/category_9264781.html
Apache License 2.0
1.41k stars 719 forks source link

怎么上传单个或多个文件,或通过流上传? #7

Closed uutao closed 7 years ago

uutao commented 8 years ago

怎么上传单个或多个文件,或通过流上传?如果是比较大的文件怎么办?

Arronlong commented 7 years ago

多文件上传功能已完成。请参考https://github.com/Arronlong/httpclientUtil/blob/master/src/test/java/com/tgb/ccl/http/TestUpload.java