DxFileInput Methods
A component that allows you to access the contents of selected files directly in razor code.
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. |