DxUpload Properties
A control that allows users to upload files to a web server.
Name | Description |
---|---|
Accepted |
Specifies one or multiple MIME types that the Upload component accepts. |
Allow |
Specifies whether users can cancel file upload. |
Allowed |
Specifies file extensions that the Upload component accepts. |
Allow |
Specifies whether users can upload (select in an Open File dialog or drag and drop) multiple files via the Upload component. |
Allow |
Specifies whether users can pause file upload in chunk upload mode. |
Attributes |
Specifies a collection of standard HTML attributes applied to the component.
Inherited from Dx |
Child |
Inherited from Dx |
Chunk |
Specifies the chunk size in bytes. |
Css |
Assigns a CSS class to the component.
Inherited from Dx |
External |
Specifies the CSS selector of a container or HTML element wherein users can drop files to upload. |
External |
Assigns a CSS class to for the drop zone when users drag files over it. |
External |
Specifies the CSS selector of a button or HTML element that invokes the open file dialog. |
Id |
Specifies the component’s unique identifier.
Inherited from Dx |
Max |
Specifies the maximum number of files a user can select to upload. |
Max |
Specifies the maximum file size in bytes. |
Min |
Specifies the minimum file size in bytes. |
Name | Specifies a unique identifier used to associate the Upload component with uploaded files on the server. |
Select |
Specifies the select button’s text. |
Show |
Specifies whether to show the file list. |
Show |
Specifies whether to show the select button that invokes the open file dialog. |
Upload |
Specifies how the Upload component uploads files to the server. |
Upload |
Specifies a target URL for the upload request. |
Visible | Specifies whether the Upload is visible. |