Manual:$wgUploadSizeWarning
Outdated translations are marked like this.
Files and file uploads: $wgUploadSizeWarning | |
---|---|
Warn if uploaded files are larger than this. |
|
Introducido en la versión: | 1.3.0 |
Eliminado en la versión: | aún se usa |
Valores permitidos: | (entero >= 0) |
Valor predeterminado: | false (1.13+)
150000 (1.3-1.4) |
Otras configuraciones: Alfabéticamente | Por Función |
Detalles
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.
Véase también
- $wgMaxUploadSize * $MaxUploadSize (por omisión es 100 MB)