How do I enable uploading

From PaulGuWiki

Jump to: navigation, search

File uploads are an often-used feature of MediaWiki, but are disabled by default in all current release versions.


To enable them, first make the upload directory (default images) writable by the web server (chmod 777 or allow the Apache user to write to it, etc.), then set $wgEnableUploads to true in LocalSettings.php (i.e. "$wgEnableUploads = true;").


modified on 7 April 2009 at 22:27 ••• total 1,203 views ••• Top