Android error : MultipartEntity , request sent by the client was syntactically incorrect
问题 I am suppose to send song (mp3/wav) file and some data through secure restful web service. I am using MultipartEntity to make HttpPost request. but When I execute it through HttpClient, the server replies this error HTTP Status 400 - Bad Request type: Status report message : Bad Request The request sent by the client was syntactically incorrect (Bad Request). But the service is doing very well if we call it from its Web interface. please help its the code HttpClient httpclient = new