Required MultipartFile parameter 'file' is not present error

Posted 爷的眼睛闪亮

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Required MultipartFile parameter 'file' is not present error相关的知识,希望对你有一定的参考价值。

<input type=“file”>  中的name 与id 属性 与  addbanner(@RequestParam("file") MultipartFile file

不一致

正确的应为

相同

 

以上是关于Required MultipartFile parameter 'file' is not present error的主要内容,如果未能解决你的问题,请参考以下文章

SpringBoot取出信息

文件上传

RequestBodyRequestPartRequestBody的区别

JAVA 文件下载问题

java 通过阿里云上传图片

MultipartFile的使用小结