Http用文件发布多个参数

时间:2013-09-17 13:24:06

标签: android post apache-httpcomponents

我已经看到了使用HttpPost发送文件的多种方法。 但是,发送文件和其他文本参数似乎总是需要Apache Http组件API中的MultipartEntity对象。

在版本4.3中,不推荐使用MultipartEntity

我一直在查看文档,但没有找到另一种发布多部分数据的解决方案。要么我在这里。

我真的不想使用弃用的对象。 任何提示?

1 个答案:

答案 0 :(得分:1)

通常,不推荐使用的注释会附有说明要使用的内容的注释。在这种情况下:

Class MultipartEntity
(...)
Deprecated. 
4.3 Use MultipartEntityBuilder.

此处记录了这些内容:http://hc.apache.org/httpcomponents-client-ga/httpmime/apidocs/org/apache/http/entity/mime/MultipartEntityBuilder.html