|
Spring-MVCの散歩道 > 応用の森(jQuery/JavaScript 編) > dropzone.jsを使用した、Ajaxでのファイルアップロードサンプル
|
<!DOCTYPE html>
<div xmlns:th="http://www.thymeleaf.org" th:object="${FormUpload}">
<!-- FormBean取得 -->
<div th:each="img:*{respImage}" >
<img th:src="${img}" width="300"/>
</div>
</div>
|