# 方案一 通过后端服务上传
# 后端
SpringBoot项目配置文件:
spring:
servlet:
multipart:
max-file-size: 1000MB
max-request-size: 1000MB
1
2
3
4
5
2
3
4
5
# k8s
配置应用路由 文件大小 超时时间
# nginx
配置文件大小,超时时间 可能涉及多个nginx
client_max_body_size 1000M;
proxy_connect_timeout 600;
proxy_read_timeout 600;
proxy_send_timeout 600;
send_timeout 600;
1
2
3
4
5
2
3
4
5
# 前端
前端要展示进度条,配置超时时间
# 方案二 前端直接上传到COS
我的博客即将同步至腾讯云开发者社区,邀请大家一同入驻:https://cloud.tencent.com/developer/support-plan?invite_code=38dpnhkh4o8wo