Fixing release notes item.
[mediawiki.git] / includes / UploadFromUpload.php
blob31cd02d7f679b818e5c25d76a105d3dd3d8ebd05
1 <?php
3 class UploadFromUpload extends UploadFromBase {
4 function initialize( $tempPath, $fileSize, $fileName ) {
5 $this->mTempPath = $tempPath;
6 $this->mFileSize = $fileSize;
7 $this->mSrcName = $fileName;
8 $this->mSessionKey = false;
9 $this->mStashed = false;
10 $this->mRemoveTempFile = false; // PHP will handle this