yiyungent / epan

基于 SpringBoot 的在线云盘, 支持对接 Hadoop, 又拍云 存储源
MIT License
0 stars 1 forks source link

Current request is not a multipart request #2

Closed yiyungent closed 3 years ago

yiyungent commented 3 years ago
org.springframework.web.multipart.MultipartException: Current request is not a multipart request

解决: Content-Type 不对,应为 multipart/form-data,但当上传文件时不要手动添加,因为需要让 postman 自动计算 boundary=<calculated when request is sent>

image