标签: spring-mvc spring-boot thymeleaf
在html中,我使用此代码
<form action="upload.html"> <input type="file" name="pic" accept="image/*"> <input type="submit"> </form>
过滤将要选择的图像文件,如何在百里香中实现它?