如何上传某个文件扩展名

时间:2015-03-06 08:36:32

标签: spring-mvc spring-boot thymeleaf

在html中,我使用此代码

<form action="upload.html">
  <input type="file" name="pic" accept="image/*">
  <input type="submit">
</form>

过滤将要选择的图像文件,如何在百里香中实现它?

0 个答案:

没有答案