Manual:$wgUploadSizeWarning/ko
Appearance
| Files and file uploads: $wgUploadSizeWarning | |
|---|---|
| Warn if uploaded files are larger than this. |
|
| 이 변수가 소개된 버전: | 1.3.0 |
| 이 변수가 사라진 버전: | 계속해서 쓰이고 있음 |
| 허용값: | (integer >= 0) |
| 기본값: | false (1.13+)
150000 (1.3-1.4) |
| 기타 설정: 알파벳 순 | 기능별 순 | |
상세
Warns the user if they attempt to upload a file larger than this value, specified in bytes.
Setting $wgUploadSizeWarning to zero bytes will disable the warning.
If triggered, the warning will inform the user that files are recommended to be smaller than this value.
The user can choose to ignore the warning and upload the file.
같이 보기
- $wgMaxUploadSize (default is 100 MB)