I have been trying to upload an image to the server and i am currently using HttpURLConnection to upload and to execute this particular line
int serverResponseCode = connection.getResponseCode();
It takes about an minute which is not a good one. Is there any other way to upload the image to server in a fast manner? I don't want to change the server side process because its working fine with the iPhone.