使用HttpClient4.5 post提交multipart/form-data数据实现多文件上传

使用HttpClient4.5 post提交multipart/form-data数据实现多文件上传 场景:前端提交multipart/form-data数据,由api服务A将请求转发到api服务B。 maven依赖前端 <dependency> <groupId>commons-httpclient</groupId> <artifactId>commons-httpclient
相关文章
相关标签/搜索