Android:How to upload .mp3 file and image to http server?
问题 My code for uploading image to Server is : String userIdParameter = String.valueOf(userId); String fileName = "temporary_holder.jpg"; HttpURLConnection conn = null; DataOutputStream dos = null; String lineEnd = "\r\n"; String twoHyphens = "--"; String boundary = "*****"; int bytesRead, bytesAvailable, bufferSize; byte[] buffer; int maxBufferSize = 1 * 1024 * 1024; String sourceFileUri = HomeScreen.get_path(); String upLoadServerUri = "http://10.120.10.87:8080/WebImage/UploadImage"; File