[JAVA] Image File to Base64 String (이미지 파일을 Base64 문자열로 변환)
|
String strBase64 = “”;
File f = new File(filePath); try {
} catch (Exception e) { |
당신의 업무력 향상과 칼퇴를 돕는 블로그
[JAVA] Image File to Base64 String (이미지 파일을 Base64 문자열로 변환)
|
String strBase64 = “”;
File f = new File(filePath); try {
} catch (Exception e) { |