DxUpload Methods
A control that allows users to upload files to a web server.
Name | Description |
---|---|
Cancel |
Cancels upload of all files displayed in the Upload component. |
Cancel |
Cancels upload of multiple files displayed in the Upload component. |
Cancel |
Cancels a specific file’s upload. |
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. |
Pause |
Pauses upload of all files to the server. |
Pause |
Pauses upload of multiple files to the server. |
Pause |
Pauses upload of the specified file to the server. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reload |
Reloads all files whose upload was cancelled. |
Reload |
Reloads a file whose upload was canceled. |
Reload |
Reloads multiple files whose upload was cancelled. |
Remove |
Removes all files from the file list. |
Remove |
Removes a specific file from the file list. |
Remove |
Removes the 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 Upload component except for cancelled ones. |
Upload |
Uploads the specified file to the server. |
Upload |
Uploads the specified files to the server. |