Back to Devexpress

DxUpload Properties

blazor-devexpress-dot-blazor-dot-dxupload-dot-underscore-properties.md

latest3.9 KB
Original Source

DxUpload Properties

A control that allows users to upload files to a web server.

NameDescription
AcceptedFileTypesFilters files in the Open File dialog and specifies MIME types that the Upload component can upload.
AllowCancelSpecifies whether users can cancel file upload.
AllowedFileExtensionsSpecifies file extensions that the Upload component can upload.
AllowMultiFileUploadSpecifies whether users can upload (select in an Open File dialog or drag and drop) multiple files via the Upload component.
AllowPauseSpecifies whether users can pause file upload in chunk upload mode.
AttributesSpecifies a collection of standard HTML attributes applied to the component. Inherited from DxControlComponent<JSProxyType>.
ChunkSizeSpecifies the chunk size in bytes.
CssClassAssigns a CSS class to the component. Inherited from DxComponent.
ExternalDropZoneCssSelectorSpecifies the CSS selector of a container or HTML element wherein users can drop files to upload.
ExternalDropZoneDragOverCssClassAssigns a CSS class to the drop zone when users drag files over it.
ExternalSelectButtonCssSelectorSpecifies the CSS selector of a button or HTML element that invokes the open file dialog.
IdSpecifies the component’s unique identifier. Inherited from DxComponent.
MaxFileCountSpecifies the maximum number of files a user can select to upload.
MaxFileSizeSpecifies the maximum file size in bytes.
MinFileSizeSpecifies the minimum file size in bytes.
NameSpecifies a unique identifier used to associate the Upload component with uploaded files on the server.
SelectButtonTextSpecifies the select button’s text.
ShowFileListSpecifies whether to show the file list.
ShowSelectButtonSpecifies whether to show the select button that invokes the open file dialog.
UploadModeSpecifies how the Upload component uploads files to the server.
UploadUrlSpecifies a target URL for the upload request.
ValidateByAcceptedFileTypesSpecifies whether the component validates files against accepted file types before uploading them.
VisibleSpecifies whether the Upload is visible.

See Also

DxUpload Class

DxUpload Members

DevExpress.Blazor Namespace