FileUpload extends FileUpload

Deprecated

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
containsDeprecatedConfiguration()  : bool

Properties

$addRandomSuffix read-only

public bool $addRandomSuffix

$createUploadFolderIfNotExist read-only

public bool $createUploadFolderIfNotExist

$uploadFolder read-only

public string $uploadFolder

$validation read-only

public array<string|int, mixed> $validation

Methods

__construct()

public __construct(array<string|int, mixed> $validation[, string $uploadFolder = '' ][, bool $addRandomSuffix = true ][, bool $createUploadFolderIfNotExist = true ][, DuplicationBehavior $duplicationBehavior = DuplicationBehavior::REPLACE ]) : mixed
Parameters
$validation : array<string|int, mixed>
$uploadFolder : string = ''
$addRandomSuffix : bool = true
$createUploadFolderIfNotExist : bool = true
$duplicationBehavior : DuplicationBehavior = DuplicationBehavior::REPLACE

containsDeprecatedConfiguration()

protected containsDeprecatedConfiguration(array<string|int, mixed> $values) : bool
Parameters
$values : array<string|int, mixed>
Return values
bool

        
On this page

Search results