File Upload: Reference
Reference for File Upload in Web Framework References. Key properties: ID, Name, Static Value, Multiple.
Next generation client side framework for data-driven web sites and apps. App Connect is the next generation client side framework and base ground for a handful of additional components, which allow you build dynamic web sites and apps, the most modern way possible. It comes with phenomenal rendering speed of dynamic data and you have visual and direct access to custom components, dynamic attributes and events and smart data form inputs.
Inspector Property Groups
File Input Properties
| Property | Type | Details |
|---|---|---|
| ID | text | Optional unique identifier for this element. Sets the element's id attribute. Keep IDs unique per page (useful for anchors, label for targets, and JavaScript hooks). Bootstrap docs: Introduction Required in common setups. Attribute: id |
| Name | text | File input name attribute. Sets the file input name . This is required for classic multipart form submissions and many upload handlers. Bootstrap docs: File input Required in common setups. Attribute: name |
| Static Value | text | Selected file(s) value. Represents the selected file(s). Browsers restrict programmatic setting of file values for security; typically this is read-only and driven by user selection. Bootstrap docs: File input Attribute: value Supports dynamic option sources. |
| Multiple | boolean | Allows multiple selection. Enables selecting multiple options in a <select> . When enabled, users can select multiple items (usually using Ctrl/Cmd/Shift depending on platform). Bootstrap docs: Select Attribute: multiple |
Image Resize Options
| Property | Type | Details |
|---|---|---|
| Max Width | text | Enter the max width of the image to resize Attribute: image-max-width |
| Max Height | text | Enter the max height of the image to resize Attribute: image-max-height |
| Quality | text | Enter the quality of the image to resize in percent Attribute: image-quality |
| Type | droplist | Enter the type of the image to be converted to Attribute: image-type Options: auto, jpeg, png, webp |
Actions
Set Value
Set Value of the input
| Configuration group | Controls |
|---|---|
| Set Value Properties | Value |
Disable
Disable of the input
| Configuration group | Controls |
|---|---|
| Disable Properties | Value |
Validate
Validate the input
Focus
Focus the input
Dynamic Attributes
Image Max Width
| Attribute property | Type | Details |
|---|---|---|
| Value | text | Choose dynamic data binding. |
Image Max Height
| Attribute property | Type | Details |
|---|---|---|
| Value | text | Choose dynamic data binding. |
Image Quality
| Attribute property | Type | Details |
|---|---|---|
| Value | text | Choose dynamic data binding. |
Image Type
| Attribute property | Type | Details |
|---|---|---|
| Value | text | Choose dynamic data binding. |