Handbuch:$wgUploadSizeWarning
Dateien und Datei-Uploads: $wgUploadSizeWarning | |
---|---|
Warn if uploaded files are larger than this. |
|
Eingeführt in Version: | 1.3.0 |
Entfernt in Version: | Weiterhin vorhanden |
Erlaubte Werte: | (Ganzzahl >= 0) |
Standardwert: | false (1.13+)
150000 (1.3-1.4) |
Andere Einstellungen: Alphabetisch | Nach Funktion |
Details
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.
Siehe auch
- $wgMaxUploadSize (Standardwert ist 100 MB)