开发者

expectation failed in android during photo upload

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

My server side coding is in php, and client is android开发者_如何转开发


The RFC says that this is due to an Expect request header that the server can't meet. Look at the request headers sent by your client application, and see what their purpose is and if they're necessary.


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜