添加文件上传视频类型判断——修改上传报错问题

This commit is contained in:
sh
2026-06-26 10:56:21 +08:00
parent 0d4882b423
commit fb551beb3f
4 changed files with 88 additions and 20 deletions

View File

@@ -56,9 +56,9 @@ spring:
servlet:
multipart:
# 单个文件大小
max-file-size: 10MB
max-file-size: 1024MB
# 设置总上传的文件大小
max-request-size: 20MB
max-request-size: 2048MB
# 服务模块
devtools:
restart:

View File

@@ -55,9 +55,9 @@ spring:
servlet:
multipart:
# 单个文件大小
max-file-size: 10MB
max-file-size: 1024MB
# 设置总上传的文件大小
max-request-size: 20MB
max-request-size: 2048MB
# 服务模块
devtools:
restart: