MediaWiki REL1_39
|
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 | UploadBase.php |
Base class for the backend of file upload. | |
file | UploadChunkFileException.php |
Implements UploadChunkFileException. | |
file | UploadChunkVerificationException.php |
Implements UploadChunkVerificationException. | |
file | UploadChunkZeroLengthFileException.php |
Implements UploadChunkZeroLengthFileException. | |
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. | |
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 | SpecialUploadStash |
Web access for files temporarily stored by UploadStash. More... | |
class | SpecialUploadStashTooLargeException |
class | UploadBase |
UploadBase and subclasses are the backend of MediaWiki's file uploads. 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... | |
class | UploadStashBadPathException |
class | UploadStashException |
class | UploadStashFile |
class | UploadStashFileException |
class | UploadStashFileNotFoundException |
class | UploadStashNoSuchKeyException |
class | UploadStashNotLoggedInException |
class | UploadStashWrongOwnerException |
class | UploadStashZeroLengthFileException |