addPart("uploadedFile", isb); multipartContent.addPart("one", sb1); multipartContent.addPart("two", sb2); postRequest.setEntity(multipartContent); ...
確定! 回上一頁