Your IP : 216.73.216.54


Current Path : /var/www/html/mediawiki-1.43.1/extensions/MediaUploader/
Upload File :
Current File : /var/www/html/mediawiki-1.43.1/extensions/MediaUploader/INSTALL

UploadWizard Extension, v.1.1

* download the latest available version and extract it to your wiki extension directory. 
* add the following line to LocalSettings.php 

	$wgEnableUploads = true;
	$wgUseImageMagick = true;
	$wgImageMagickConvertCommand = <path to your convert command>;  # often /usr/bin/convert

	wfLoadExtension( 'UploadWizard' );

* check out the Special:Version page to verify the installation 
* make sure that your $IP/images directory is writable by the web server

See https://www.mediawiki.org/wiki/Extension:UploadWizard for further details.