手册:$wgMinUploadChunkSize
Appearance
| 文件及文件上传: $wgMinUploadChunkSize | |
|---|---|
| Minimum upload chunk size, in bytes. |
|
| 引进版本: | 1.25.3(Gerrit change 246885; git #59b627b0) |
| 移除版本: | 仍在使用 |
| 允许的值: | (整数) |
| 默认值: | 1024 (1KB) |
| 其他设置: 按首字母排序 | 按功能排序 | |
细节
When using chunked upload, non-final chunks smaller than this will be rejected. May be reduced based on the upload_max_filesize or post_max_size PHP settings.