Search found 2 matches

by vracks
June 3rd, 2010, 1:50 am
Forum: MediaWiki Extensions 'How Do I' Questions
Topic: Image Uploads in Mediawiki 1.15
Replies: 3
Views: 14559

Re: Image Uploads in Mediawiki 1.15

I am right now using a extension called specialUploadLocal for bulk upload of images. Which uses a form to tell which are the images to be uploaded . This by default uses a global variable $wgUploadDirectory to upload all the images into images directory under the mediawiki root. But my requirement ...
by vracks
June 2nd, 2010, 1:11 pm
Forum: MediaWiki Extensions 'How Do I' Questions
Topic: Image Uploads in Mediawiki 1.15
Replies: 3
Views: 14559

Image Uploads in Mediawiki 1.15

In MediaWiki How to set the upload Directory during runtime(ie dynamically at runtime)into which the the uploaded images to reside. ie how to set the global Varaible $wgUploadDirectory with the relative path from runtime.. Based on the runtime how to the path so that the images get uploaded to diffe...