照片上传过程中的android预期失败 [英] expectation failed in android during photo upload

查看:158
本文介绍了照片上传过程中的android预期失败的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

同时上传图片到服务器时,它给我的期望失败的错误响应code 417。

while uploading images to server, it gives me expectation failed error response code 417.

我的服务器端编码是在PHP中,和客户端的是Android

My server side coding is in php, and client is android

推荐答案

request.getParams()。setBooleanParameter(http.protocol.expect-继续,假)在我的情况下工作。

request.getParams().setBooleanParameter( "http.protocol.expect-continue", false ) worked in my case

这篇关于照片上传过程中的android预期失败的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆