android - 上传文件时发送参数
我有这段代码 http://pastebin.com/VrMNuxcv 它成功地将文件从我的 android 上传到服务器。
不过,我希望能够随它一起发送几个字符串参数。
如果可能的话,您能否告诉我,我到底需要在那段代码中的哪里执行此操作以及如何执行此操作?
谢谢 安德烈亚斯
I've got this piece of code http://pastebin.com/VrMNuxcv
which successfully uploads a file onto the server from my android.
I'd like to , however to be able to send a couple of string parameters together with it.
Could you please tell me, if possible, where exactly I need to do this in that piece of code and how?
Thanks
Andreas
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我假设您可以控制服务器如何处理上传,即您也编写了服务器代码???
如果是这样,我只需对我编写的某些客户端/服务器代码使用自定义/私有请求属性(即前缀 x-)。例子...
对你有什么用吗?
I assume that you're in control of how the server processes the upload, i.e., you wrote the server code too???
If so, I simply use custom/private request properties (i.e., prefixed x-) for some client/server code I've written. Example...
Any use to you?