FileUpload extends FileUpload
since TYPO3 v14, will be removed in TYPO3 v15
Table of Contents
Properties
- $addRandomSuffix : bool
- $createUploadFolderIfNotExist : bool
- $duplicationBehavior : DuplicationBehavior
- $uploadFolder : string
- $validation : array<string|int, mixed>
Methods
- __construct() : mixed
Properties
$addRandomSuffix
public
bool
$addRandomSuffix
= true
$createUploadFolderIfNotExist
public
bool
$createUploadFolderIfNotExist
= true
$duplicationBehavior
public
DuplicationBehavior
$duplicationBehavior
= \TYPO3\CMS\Core\Resource\Enum\DuplicationBehavior::REPLACE
$uploadFolder
public
string
$uploadFolder
= ''
$validation
public
array<string|int, mixed>
$validation
= []
Methods
__construct()
public
__construct(array<string|int, mixed> $values) : mixed
Parameters
- $values : array<string|int, mixed>