Please check my logcat.This is what I get when I parse the http response.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>503 Service Unavailable</title>
</head>
<body>
<h1>Error 503 Service Unavailable</h1>
<p>Service Unavailable</p>
<h3>Guru Meditation:</h3>
<p>XID: 1294992728</p>
<hr>
<p>Varnish cache server</p>
</body>
</html>
I am getting this response while uploading an image from android to server.Can anyone help me out with this problem?