添加自定义数量

This commit is contained in:
icret
2019-07-01 11:06:54 +08:00
parent b3b44a3e18
commit 720bea082b
13 changed files with 6 additions and 350 deletions

View File

@@ -91,7 +91,7 @@ if (@$_GET['e']==1){
prevent_duplicates: true
},
// 限制文件上传数目
limitFilesCount: 30,
limitFilesCount: <?php echo $config['maxUploadFiles'];?>,
// 自动上传失败的文件
autoResetFails: true,