MediaWiki
1.29.1
|
Files | |
file | AssembleUploadChunksJob.php |
Assemble the segments of a chunked upload. | |
file | PublishStashedFileJob.php |
Upload a file from the upload stash into the local file repo. | |
file | SpecialUpload.php |
Implements Special:Upload. | |
file | SpecialUploadStash.php |
Implements Special:UploadStash. | |
file | UploadBase.php |
Base class for the backend of file upload. | |
file | UploadFromChunks.php |
Backend for uploading files from chunks. | |
file | UploadFromFile.php |
Backend for regular file upload. | |
file | UploadFromStash.php |
Backend for uploading files from previously stored file. | |
file | UploadFromUrl.php |
Backend for uploading files from a HTTP resource. | |
file | UploadStash.php |
Temporary storage for uploaded files. | |
Classes | |
class | AssembleUploadChunksJob |
Assemble the segments of a chunked upload. More... | |
class | PublishStashedFileJob |
Upload a file from the upload stash into the local file repo. More... | |
class | SpecialUpload |
Form for handling uploads and special page. More... | |
class | UploadFromChunks |
Implements uploading from chunks. More... | |
class | UploadFromFile |
Implements regular file uploads. More... | |
class | UploadFromStash |
Implements uploading from previously stored file. More... | |
class | UploadFromUrl |
Implements uploading from a HTTP resource. More... | |
class | UploadStash |
UploadStash is intended to accomplish a few things: More... | |