DxFileInput Members
#Constructors
Name | Description |
---|---|
Dx |
Initializes a new instance of the Dx |
#Properties
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. |
#Methods
Name | Description |
---|---|
Cancel |
Cancels upload processes for all files displayed in the file list. |
Cancel |
Cancels upload processes for specified files. |
Cancel |
Cancels the upload operation for the specified file. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reload |
Reloads all files whose upload operations were canceled. |
Reload |
Reloads the specified file if its upload process was canceled. |
Reload |
Reloads specified files if their upload processes were canceled. |
Remove |
Clears the file list. |
Remove |
Removes the specified file from the file list. |
Remove |
Removes specified files from the file list. |
Show |
Displays the Open File dialog. |
To |
Returns a string that represents the current object. Inherited from Object. |
Upload |
Uploads all files displayed in the file list. |
Upload |
Uploads the specified file. |
Upload |
Uploads specified files. |
#Events
Name | Description |
---|---|
Files |
Allows you to upload selected files. |
Selected |
Fires when the file list changes. |