File Uploader

A File uploader is a Block that allows the user to upload files in an application. The File can be uploaded, downloaded, or deleted. This can be useful if you want to share certain files with users who have access to your App.

File Uploader Properties

Appearance

Common Properties

Properties that are common to most Blocks include visibility, styling mode, tooltip, and icon;

See the Common Properties article for more details on common appearance properties.

Label

The text that shows up next to the button.

Select Button Text

The text that shows on top of the Button.

Upload Failed Message

The text of the message that is shown to the user when a file upload fails.

Behaviour

Common Properties

The disabled property is common to most Blocks;

See the Common Properties article for more details on common behavior properties.

Allowed File Extensions

This allows you to specify the types of files that are allowed to be uploaded. If left blank, any file type can be uploaded. If a file extension is listed, (for example, a .png file), the File Uploader will not allow you to upload any other file except those with a .png extension.

You can add file type extensions in the following way:

Max File Size (MB)

This determines the maximum file size that can be uploaded. If you attempt to upload a file that exceeds the max size, it will not be uploaded.

Multiple Upload

This allows you to upload multiple files. All selected files are zipped and then uploaded to the application.

File Name Prefix

This option is available when Multiple Upload is enabled. It allows you to add a prefix to the zip file created by Multiple Upload.

Allow Delete

This allows the user to delete the uploaded file.

Value

Common Properties

The value property is common to most Blocks;

See the Common Properties article for more details on common value properties.

Validation

Common Properties

Properties that are common to most Blocks include: groups to validate;

See the Common Properties article for more details on common validation properties.

Action

Common Properties

Properties that are common to most Blocks include: navigate to and show confirmation dialog;

See the Common Properties article for more details on common action properties.

Last updated