- file <=> binary string
https://cofs.tistory.com/334

- Base64 library
1. java 기본 library
2. apache commons-codec library


https://www.baeldung.com/java-base64-image-string

Image to Base64 String Conversion | Baeldung

A quick overview of converting an image to Base64 String and back

www.baeldung.com



- base64 디코딩 주의
여기서 주의해야할 점이 있는 데 html에 업로드 되어있는 <img src> 태그 값은

"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQoAAACPCAYAAAACwZUWAAAAA

이런식으로 시작하는데 여기서 디코딩할때
data:image/png;base64, 이 부분은 지우고 진행해야한다.
https://acdongpgm.tistory.com/m/159


'spring-boot' 카테고리의 다른 글

Reached the maximum number of URI tags for 'http.client.requests'  (0) 2020.11.18
XssFilter & lucy-xssFilter 적용  (0) 2020.10.04
sftp 이용하여 파일 처리  (0) 2020.09.17
UTF-8 설정  (0) 2020.09.13
static 파일 cache 문제 해결(?)  (0) 2020.08.27
Posted by 張's blog
,