Spring webflux MultipartFile方式上传文件报错

 时间:2024-10-14 00:41:06

Spring webflux通过MultipartFile方式上传文件报错的解决办法,代码示例

代码及示例:

1、以下是错误代码:@PostMapping( consumes = MediaType.MULTIPART_FORM_DATA_VALUE )public Mono<Void> save(@RequestPart("file")MultipartFile file) { log.info("Storing a new file. Recieved by Controller"); this.storageService.store(file);//保存文件的方法,请自己实现 return Mono.empty();}

2、上述代码会报错如下:org.springframework.web.server.UnsupportedMediaTypeStatusException: Response status 415 with reason "Content type 'image/png' not supported"

3、正确的方式是:使用@RequestPart("file") Mono<FilePart> file或者@R髫潋啜缅equestPart("file") Flux<FilePart>替换@RequestPart("file") MultipartFile file如下为正确代码:@PostMapping(consumes = MediaType.MULTIPART_FORM_DATA_VALUE) public Mono<Void> save(@RequestPart("file") Mono<FilePart> file) { log.info("Storing a new file. Recieved by Controller"); this.storageService.store(file); //保存文件的方法,请自己实现 return Mono.empty(); }

  • 怎么安装静态测试工具QAC
  • Word2016中如何合并两个word文档
  • 怎么保鲜才让鱼眼不发白
  • 电脑浏览器如何全屏模式切换及添加书签?
  • Windows7操作系统开启cookie方法
  • 热门搜索
    睾丸一大一小怎么办 奶酪怎么吃 信用卡怎么申请 星座怎么算 苹果6怎么刷机 鼻出血怎么办 四级分数怎么算 佛手瓜怎么吃 怎么查学历 怎么创建苹果id