SpringBoot学习笔记(8)-----SpringBoot文件上传

直接上代码,上传文件的前端页面:   <body> <form action="/index/upload" enctype="multipart/form-data" method="post"> <input type="file" name="file"> <input type="submit" value="提交"> </form>
相关文章
相关标签/搜索