Android Volley ECONNRESET
问题 I try to use Volley library and upload image to server. This library should do this process in standalone mode, but have got following error message: java.net.SocketException: sendto failed: ECONNRESET (Connection reset by peer) Is it maybe a server side misconfiguration? I try to upload a jpeg image with this code: private void uploadImage(){ final ProgressDialog loading = ProgressDialog.show(this,"Uploading...","Please wait...",false,false); StringRequest stringRequest = new StringRequest