DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Configuration

Property

title

Data type

string

Description

Title of the configuration file (not used in FE)

Default

fileadmin

Property

upload_path

Data type

filepath

Description

Filepath to upload files (required)

Default

Property

extensions

Data type

Comma separated list

Description

Comma separated list of allowed file types (required)

Default

jpeg,jpg,gif,png,zip,rar,7zip,gz

Property

feuser_required

Data type

boolean

Description

If true a logged-in FE user is required in order to upload files

Default

true

Property

feuser_field

Data type

string

Description

If FE user is logged-in create a subdirectory by username or any of these: uid, pid, name, logindate, …

Default

‘’

Property

save_session

Data type

boolean

Description

If the uploaded files should be available in the FE user session (key: ‘tx_pluploadfe_files’)

Default

false

Property

obscure_dir

Data type

boolean

Description

If true every file is pseudo secured by adding a 20 chars long random string directory to the upload path

Default

true

Property

check_mime

Data type

boolean

Description

Checks (real) MIME type after uploading file. Safety level depends on PHP version / server configuration. uploads (see

Default

true