TYPO3 CMS  TYPO3_6-2
tce_file.php File Reference

Go to the source code of this file.

Variables

 $fileController = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Backend\\Controller\\File\\FileController')
 
 $formprotection = \TYPO3\CMS\Core\FormProtection\FormProtectionFactory::get()
 

Variable Documentation

◆ $fileController

$fileController = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Backend\\Controller\\File\\FileController')

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Gateway for TCE (TYPO3 Core Engine) file-handling through POST forms. This script serves as the fileadministration part of the TYPO3 Core Engine. Basically it includes two libraries which are used to manipulate files on the server.

For syntax and API information, see the document 'TYPO3 Core APIs'

Author
Kasper Skårhøj kaspe.nosp@m.rYYY.nosp@m.Y@typ.nosp@m.o3.c.nosp@m.om

Definition at line 26 of file tce_file.php.

◆ $formprotection

Definition at line 28 of file tce_file.php.