|
| UploadBase.php |
| Base class for the backend of file upload.
|
|
| UploadFromChunks.php |
| Backend for uploading files from chunks.
|
|
| UploadFromFile.php |
| Backend for regular file upload.
|
|
| UploadFromStash.php |
| Backend for uploading files from previously stored file.
|
|
| UploadFromUrl.php |
| Backend for uploading files from a HTTP resource.
|
|
| UploadStash.php |
| Temporary storage for uploaded files.
|
|
| UploadStashFile.php |
| This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
|
|
| UploadVerificationStatus.php |
| This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
|
|