본문 바로가기
IT/Thymeleaf

[Thymeleaf] - 타임리프 파일(file), 이미지(image) th:src 사용법 및 문법

by 차이나는 개발자 2022. 1. 31.
728x90
반응형

#타임리프 파일(file), 이미지(image) th:src 사용법 및 문법

 

 

#th:src

 

<img id="imgId" th:src="${data.imgUrl}" alt="첨부이미지" th:if="${data.imgUrl != null}" />

<input type="file" th:id="imgFile" th:name="imgFile" accept=".jpg, .png">

 

 

 

728x90
반응형

댓글