org.springframework.web.multipart.MultipartException: The current request is not a multipart request

今天练习注册上传头像时遇到org.springframework.web.multipart.MultipartException: The current request is not a multipart request;上网找了一下,找到几种排错方法: 1.请求方式问题,涉及文件上传的话form表单要用post提交。 2.from表单的属性设置里面加上enctype="multipart/
相关文章
相关标签/搜索