DxUpload Methods
A control that allows users to upload files to a web server.| Name | Description |
|---|---|
| CancelAllFilesUpload() | Cancels upload of all files displayed in the Upload component. |
| CancelFilesUpload(IEnumerable<UploadFileInfo>) | Cancels upload of multiple files displayed in the Upload component. |
| CancelFileUpload(UploadFileInfo) | Cancels a specific file’s upload. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| PauseAllFilesUpload() | Pauses upload of all files to the server. |
| PauseFilesUpload(IEnumerable<UploadFileInfo>) | Pauses upload of multiple files to the server. |
| PauseFileUpload(UploadFileInfo) | Pauses upload of the specified file to the server. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ReloadAllFiles() | Reloads all files whose upload was cancelled. |
| ReloadFile(UploadFileInfo) | Reloads a file whose upload was canceled. |
| ReloadFiles(IEnumerable<UploadFileInfo>) | Reloads multiple files whose upload was cancelled. |
| RemoveAllFiles() | Removes all files from the file list. |
| RemoveFile(UploadFileInfo) | Removes a specific file from the file list. |
| RemoveFiles(IEnumerable<UploadFileInfo>) | Removes the specified files from the file list. |
| ShowOpenFileDialog() | Displays the Open File dialog. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| UploadAllFiles() | Uploads all files displayed in the Upload component except for cancelled ones. |
| UploadFile(UploadFileInfo) | Uploads the specified file to the server. |
| UploadFiles(IEnumerable<UploadFileInfo>) | Uploads the specified files to the server. |
See Also