heidialyssa wrote:
How do you enable this feature? Where is it found?
In LocalSettings.php you'll see lines like these:
## To enable image uploads, make sure the 'images' directory ## is writable, then uncomment this: #$wgDisableUploads = false; $wgUseImageResize = true; $wgUseImageMagick = true; $wgImageMagickConvertCommand = "/sw/bin/convert";
Ensure that the 'images' subdirectory is writable by the web server.
-- brion vibber (brion @ pobox.com)