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
반응형
'IT > Thymeleaf' 카테고리의 다른 글
[Thymeleaf] - 타임리프 조건문 th:switch, th:case 사용법 및 문법 (0) | 2022.01.31 |
---|---|
[Thymeleaf] - 타임리프 th:onclick, th:onkeyup, th:onchange 사용법 및 문법 (0) | 2022.01.31 |
[Thymeleaf] - 타임리프 체크박스(checkbox) 사용법 및 문법 (0) | 2022.01.29 |
[Thymeleaf] - 타임리프 셀렉트박스 반복문 처리 th:with, th:unless, #numbers.sequence 날짜(시간, 분) 선택하는 법 (0) | 2022.01.29 |
[Thymeleaf] - 타임리프 셀렉트박스(selectbox) th:selected 사용법 및 문법 (0) | 2022.01.29 |
댓글