Hallo,
till now, if the user want to upload file or a picture during writing an article, he has to save the article and goto upload page, upload file and then go back to the article and add an image token. This waste just time, so i want to write an extension, with it users can upload file of picture during writing article. And I want to use standart uploading function of Mediawiki. I found include/UploadBase.php and include/UploadFormUpload.php in the svn of Mediawiki, but I can not find some document about how to using these classes. Through the svn log, I just found these file will be used for SpecialUpload.
Ok, here is actully my question: 1. Is there some code or document about how to use these classes? 2. whether the classes fully implemented the function of specialupload?
thanks