Added abstract implementation for file upload handling (work in progress)
authorMarcel Werk <burntime@woltlab.com>
Fri, 10 Feb 2012 18:50:38 +0000 (19:50 +0100)
committerMarcel Werk <burntime@woltlab.com>
Fri, 10 Feb 2012 18:50:38 +0000 (19:50 +0100)
commit02b12b91c4b83c806697d8864fdb44c2ec4e8d1f
treec8a239c9e1e6b4a43a29bf50c8f97e35e295d5d7
parentd609e2ce0d89be3e7d752153ab5d9d84054f68f0
Added abstract implementation for file upload handling (work in progress)
wcfsetup/install/files/lib/action/AJAXUploadAction.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/upload/IUploadFileSaveStrategy.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/upload/UploadFile.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/upload/UploadHandler.class.php [new file with mode: 0644]