Uploader
This component allows to select one or more files to upload to the server. |
Public Variables (Properties)
[?]
Common Variables: Name, Visible, Breakpoint, Grid Width, Grid Height, Content Overflow, Container Style, Custom Classes, Style, Preloader, Component Bindings.
Upload Data
Preloaded file. This file will be displayed on the component as already uploaded immediately after it is loaded on the web page.
Variable Name: | uploadData |
Records: | 0..unlimited |
Record Format:
Field Name | Field Type | Field Description |
data | Data Block | Data |
The text of the Upload button label.
Variable Name: | buttonText |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
buttonText | String | Button Text |
Display Style
Defines the display style of the component. This property has a few selection values:
Text - uploaded files will be displayed as text strings containing file name and extension.
Picture - uploaded files will be displayed as small rectangles with text strings containing file name and extension.
Picture Card - uploaded files will be displayed as small squares with an image preview. If the uploaded file is not an image, a text string containing the file name and extension will be displayed instead.
Variable Name: | listType |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
listType | String | Display Style |
Disabled
This flag indicates the component is active. Disabled components do not respond to user input, and are rendered as grayed-out.
Variable Name: | disabledUploader |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
disabled | Boolean | Disabled |
Maximum File Count
Defines the maximum number of files allowed for upload.
Variable Name: | limitFiles |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
limitFiles | Integer | Maximum File Count |
Image
The image to represent the Upload Button.
Variable Name: | image |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
imageType | Integer | Choose whether to use data from the imageData field or the imageURL field.
|
imageData | Data Block | Image data. |
imageUrl | String | Image URL. |
Public Events
[?]
Common Events: none
Was this page helpful?