使用MultipartFile文件上传问题

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用MultipartFile文件上传问题相关的知识,希望对你有一定的参考价值。

org.springframework.web.bind.ServletRequestBindingException: Errors binding onto object 'command'; nested exception is org.springframework.validation.BindException: org.springframework.validation.BeanPropertyBindingResult: 1 errorsField error in object 'command' on field 'file': rejected value [C:\Documents and Settings\All Users\Documents\My Pictures\示例图片\Winter.jpg]; codes [typeMismatch.command.file,typeMismatch.file,typeMismatch.org.springframework.web.multipart.MultipartFile,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [command.file,file]; arguments []; default message [file]]; default message [Failed to convert property value of type [java.lang.String] to required type [org.springframework.web.multipart.MultipartFile] for property 'file'; nested exception is java.lang.IllegalArgumentException: C:\Documents and Settings\All Users\Documents\My Pictures\示例图片\Winter.jpg]

参考技术A 这个问题都没人解决吗?我也遇到了,不知道怎么解决 参考技术B form加上enctype="multipart/form-data"

以上是关于使用MultipartFile文件上传问题的主要内容,如果未能解决你的问题,请参考以下文章

SpringMVC 文件上传配置,多文件上传,使用的MultipartFile(转)

springboot使用MultipartFile上传文件以及File与MultipartFile互转

springboot使用MultipartFile上传文件以及File与MultipartFile互转

文件上传之 MultipartFile

Excel文件上传,解析,下载(一 文件上传,使用MultipartFile来实现)

SpringMvc的MultipartFile上传文件小结