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

Spring MVC 3.1之后版本 MultipartFile的一个问题 使用Spring web MVC的时候,请求参数到方法参数的绑定是个很好用的特性。 下面是一个你可能会遇到的问题: @RequestMapping(value = "/upload", method = RequestMethod.POST) public ResultView upload(@RequestParam(v
相关文章
相关标签/搜索