Delegate attachments to the file upload system
authorAlexander Ebert <ebert@woltlab.com>
Thu, 15 Feb 2024 16:24:45 +0000 (17:24 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 8 Jun 2024 10:19:38 +0000 (12:19 +0200)
commit1718e6a1861a7af6dcf86d4f6f6308c4abb74a05
tree6c500426d83030fbd2a70e1b6940ea99e27f15ba
parentff080a368495e97a593ed52d62a2ef0fa9a4e44b
Delegate attachments to the file upload system
wcfsetup/install/files/lib/action/FileDownloadAction.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/data/attachment/Attachment.class.php
wcfsetup/install/files/lib/data/attachment/GroupedAttachmentList.class.php
wcfsetup/install/files/lib/data/file/File.class.php
wcfsetup/install/files/lib/system/database/statement/PreparedStatement.class.php
wcfsetup/install/files/lib/system/file/processor/AttachmentFileProcessor.class.php
wcfsetup/install/files/lib/system/file/processor/IFileProcessor.class.php