Discuz Q 上传大文件服务器所需修改配置
nginx
client_max_body_size 50m;
IIS
web.config
<?xml version="1.0" encoding="utf-8" ?> <configuration> <system.webServer> <security> <requestFiltering>
<requestLimits maxAllowedContentLength="1073741824...
nginx
client_max_body_size 50m;
IIS
web.config
<?xml version="1.0" encoding="utf-8" ?> <configuration> <system.webServer> <security> <requestFiltering>
<requestLimits maxAllowedContentLength="1073741824...
#修改小教程# 前端源码部分: 前端限制的是5万字内
全局查找
textLimit: 49999,
PHP接口部分: 接口限制的是5000字内
找到 :
app/Commands/Post
CreatePost.php 和 EditPost.php