일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- android log dump
- 인증서 정보 뽑아내기
- Magnify Anim
- Google V8 Engine
- apns
- v8 engine xcode build
- apache
- sha1 convert hashkey
- V8 Engine
- appbarlayout
- FlexiblePageView
- IOS10
- Android
- ios framework
- IMAGE
- java
- ios
- Android NDK시스템
- 공인인증서 정보
- JavaScript Engine
- 공인인증서 만료일
- 안드로이드
- Status Bar
- Push
- apk 다운사이징
- embedd
- Objective C
- PageControl
- SO 파일
- so file
Archives
- Today
- Total
목록spring (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