BeforeFileAddedEvent¶
This event is fired before a file is about to be added to the Resource Storage / Driver. This allows to do custom checks to a file or restrict access to a file before the file is added.
API¶
- getFileName()
| ReturnType: string |
- setFileName(string $fileName)
| ReturnType: void |
- getSourceFilePath()
| ReturnType: string |
- getTargetFolder()
| ReturnType:
\TYPO3\CMS\Core\Resource\Folder
|- getStorage()
| ReturnType:
\TYPO3\CMS\Core\Resource\ResourceStorage
|- getDriver()
| ReturnType:
\TYPO3\CMS\Core\Resource\Driver\DriverInterface
|