File Uploader
Last updated
Last updated
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.
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.
The text that shows up next to the button.
The text that shows on top of the Button.
The text of the message that is shown to the user when a file upload fails.
The disabled property is common to most Blocks;
See the Common Properties article for more details on common behavior properties.
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:
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.
This allows you to upload multiple files. All selected files are zipped and then uploaded to the application.
This option is available when Multiple Upload is enabled. It allows you to add a prefix to the zip file created by Multiple Upload.
This allows the user to delete the uploaded file.
The value property is common to most Blocks;
See the Common Properties article for more details on common value properties.
Properties that are common to most Blocks include: groups to validate;
See the Common Properties article for more details on common validation 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.