admin 发表于 2016-1-9 15:56:52

android Volley 上传文件上传图片

Volley不解释了吧, android 官方的一个网络请求库.
源代码的地址在:git@github.com:com314159/VolleyMultiPartRequest.git
上面的是ssh下面的是http地址https://github.com/com314159/VolleyMultiPartRequest

是根据https://github.com/smanikandan14/Volley-demo
这位大神修改而来的, 但是那位大神的代码有bug, 上传文件不成功.
注: 我的demo里面还集成了okhttp, 不需要的同学不用理这个类即可
实现方法:1.添加三个jar包,httpcore-4.3.2.jarhttpclient-4.3.5.jarhttpmime-4.3.5.jar
2.实现MultiPartStack
详细地址:
http://blog.csdn.net/com314159/article/details/39853865

页: [1]
查看完整版本: android Volley 上传文件上传图片