TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Core\DataHandling\DataHandlerProcessUploadHookInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Core\DataHandling\DataHandlerProcessUploadHookInterface:
t3lib_TCEmain_processUploadHook

Public Member Functions

 processUpload_postProcessAction (&$filename, \TYPO3\CMS\Core\DataHandling\DataHandler $parentObject)
 

Detailed Description

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! Interface for classes which hook into TCEmain and do additional processing after the upload of a file.

Author
Xavier Perseguers typo3.nosp@m.@per.nosp@m.segue.nosp@m.rs.c.nosp@m.h

Definition at line 22 of file DataHandlerProcessUploadHookInterface.php.

Member Function Documentation

◆ processUpload_postProcessAction()

TYPO3\CMS\Core\DataHandling\DataHandlerProcessUploadHookInterface::processUpload_postProcessAction ( $filename,
\TYPO3\CMS\Core\DataHandling\DataHandler  $parentObject 
)

Post-process a file upload.

Parameters
string$filenameThe uploaded file
\TYPO3\CMS\Core\DataHandling\DataHandler$parentObject
Returns
void