DxFileInput Properties
A component that allows you to access the contents of selected files directly in razor code.
Name | Description |
---|---|
Accepted |
Specifies MIME types users can add to the file list. |
Allow |
Specifies whether users can cancel upload operations. |
Allowed |
Specifies file extensions that the File Input component can upload. |
Allow |
Specifies whether users can add multiple files to the file list simultaneously. |
Attributes |
Specifies a collection of standard HTML attributes applied to the component.
Inherited from Dx |
Child |
Inherited from Dx |
Css |
Assigns a CSS class to the component.
Inherited from Dx |
External |
Specifies the CSS selector of a container or HTML element where users can drop files. |
External |
Assigns a CSS class to the drop zone when users drag files over it. |
External |
Specifies the CSS selector of a button or an HTML element that invokes the Open dialog. |
Id |
Specifies the component’s unique identifier.
Inherited from Dx |
Max |
Specifies the maximum number of files that users can add to the file list. |
Max |
Specifies the maximum file size in bytes. |
Min |
Specifies the minimum file size in bytes. |
Select |
Specifies the caption of the built-in select button. |
Show |
Specifies whether to show the file list. |
Show |
Specifies whether to show the built-in select button that invokes the Open dialog. |
Upload |
Specifies when the File Input component starts upload operations. |
Visible | Specifies whether the component is visible. |