일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 안드로이드
- IOS10
- Magnify Anim
- 공인인증서 만료일
- JavaScript Engine
- appbarlayout
- apache
- so file
- 공인인증서 정보
- V8 Engine
- Android
- Push
- SO 파일
- v8 engine xcode build
- apns
- android log dump
- Status Bar
- Google V8 Engine
- FlexiblePageView
- PageControl
- ios framework
- ios
- Android NDK시스템
- sha1 convert hashkey
- IMAGE
- 인증서 정보 뽑아내기
- java
- Objective C
- embedd
- apk 다운사이징
Archives
- Today
- Total
목록File Upload (1)
caTea 블로그
android file upload and spring(image..)
안드로이드에서 쓰는 라이브러리 웹서버에서 쓰는 라이브러리 int index = filePath.lastIndexOf("/");String fileName = filePath.substring(index);File file = new File(filePath); MultipartEntityBuilder builder = MultipartEntityBuilder.create() .setCharset(Charset.forName("UTF-8")) .setMode(HttpMultipartMode.BROWSER_COMPATIBLE);builder.addPart("pictureFile", new FileBody(file)); // 키값은 서버 vo객체 의 변수명과 같아야한다builder.addTextBody("fi..
android
2015. 8. 5. 13:59