Richards,Michael wrote:
- how do you change the upload limit of 2 MB?
Is there such a limit? From reading the source code, it seems there is only a warning if a file is large, not a definite limit.
Correspondingly, the variable is called $wgUploadSizeWarning, and is set to 150000 (150 KB) in DefaultSettings.php.