| | 107 | |
| | 108 | |
| | 109 | |
| | 110 | 陈小虎(陈小虎) 10:22:50 |
| | 111 | /* |
| | 112 | MultipartEntity reqEntity = new MultipartEntity(HttpMultipartMode.BROWSER_COMPATIBLE); |
| | 113 | reqEntity.addPart( |
| | 114 | "file", // 上传form的input标签名称 |
| | 115 | new FileBody(new File("C:\\data\\path0\\m.jpg"))); |
| | 116 | */ |
| | 117 | |
| | 118 | // Content-Type: application/octet-stream |
| | 119 | FileEntity reqEntity = new FileEntity(new File("C:\\data\\path0\\m.jpg"), "application/octet-stream"); |
| | 120 | 陈小虎(陈小虎) 10:22:58 |
| | 121 | 好了。 |
| | 122 | 陈小虎(陈小虎) 10:24:24 |
| | 123 | http://test745.pconline.com.cn:9192/uploadcenter/upload_simple.jsp?application=yidong&ext=jpg |