DxUpload Properties
A control that allows users to upload files to a web server.Name | Description |
---|---|
AcceptedFileTypes | Specifies one or multiple MIME types that the Upload component accepts. |
AllowCancel | Specifies whether users can cancel file upload. |
AllowedFileExtensions | Specifies file extensions that the Upload component accepts. |
AllowMultiFileUpload | Specifies whether users can upload (select in an Open File dialog or drag and drop) multiple files via the Upload component. |
AllowPause | Specifies whether users can pause file upload in chunk upload mode. |
ChunkSize | Specifies the chunk size in bytes. |
CssClass | Assign a CSS class to the component. Inherited from DxComponentBase. |
ExternalDropZoneCssSelector | Specifies the CSS selector of a container or HTML element wherein users can drop files to upload. |
ExternalDropZoneDragOverCssClass | Assign a CSS class to for the drop zone when users drag files over it. |
ExternalSelectButtonCssSelector | 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 DxComponentBase. |
MaxFileCount | Specifies the maximum number of files a user can select to upload. |
MaxFileSize | Specifies the maximum file size in bytes. |
MinFileSize | Specifies the minimum file size in bytes. |
Name | Specifies a unique identifier used to associate the Upload component with uploaded files on the server. |
SelectButtonText | Specifies the select button’s text. |
ShowFileList | Specifies whether to show the file list. |
ShowSelectButton | Specifies whether to show the select button that invokes the open file dialog. |
UploadMode | Specifies how the Upload component uploads files to the server. |
UploadUrl | Specifies a target URL for the upload request. |
Visible | Specifies whether the Upload is visible. |
See Also