KOCA版本 :3.x-4.x
KOCA模块 :koca-file
模块版本 :3.x-4.x
场景 :用KOCA文件模块, 调用/file/upload 接口时报错
报错细节 :
java.lang.IllegalStateException:
org.apache.tomcat.util.http.fileupload.impl.SizeLimitExceededException:
the request was rejected
because its size (116049639) exceeds the configured maximum (10485760)
- 已经配置了最大上传大小但还是报上述错误
koca:
file:
manage:
maxFileSize: 1073741824 #最大上传大小默认600M
allowedFileTypes: #允许上传文件类型 默认为空
- 官网对应 koca-file 文档:文件处理 | 金证开发者社区