MediaWiki  REL1_19
SpecialUploadStash.php File Reference

Implements Special:UploadStash. More...

Go to the source code of this file.

Classes

class  SpecialUploadStash
class  SpecialUploadStashTooLargeException

Detailed Description

Implements Special:UploadStash.

Web access for files temporarily stored by UploadStash.

For example -- files that were uploaded with the UploadWizard extension are stored temporarily before committing them to the db. But we want to see their thumbnails and get other information about them.

Since this is based on the user's session, in effect this creates a private temporary file area. However, the URLs for the files cannot be shared.

Definition in file SpecialUploadStash.php.