Manual:UploadBase.php
MediaWiki file: UploadBase.php | |
---|---|
Location: | includes/upload/ |
Source code: | master • 1.40.1 • 1.39.5 • 1.35.13 |
Classes: | UploadBase |
UploadBase and subclasses are the backend of MediaWiki's file uploads. The frontends are formed by ApiUpload and SpecialUpload.
Functions[edit]
UploadBase::performUpload( $comment, $pageText, $watch, $user )
Really perform the upload. Stores the file in the local repo, watches if necessary and runs the UploadComplete hook.UploadBase::getLocalFile()
Return the local file and initializes if necessary.