标签: html thymeleaf image-uploading live-preview
在这里,我上传后立即停止显示已上传图片的预览。我所做的只是获取图片上传按钮:
<div class="form-group"> <label for="recipientName">Image Upload</label> <input type="file" name="file"/> </div>
在此之后,我不熟悉如何继续。