DxFileInput Methods
A component that allows you to access the contents of selected files directly in razor code.| Name | Description |
|---|---|
| CancelAllFilesUpload() | Cancels upload processes for all files displayed in the file list. |
| CancelFilesUpload(IEnumerable<UploadFileInfo>) | Cancels upload processes for specified files. |
| CancelFileUpload(UploadFileInfo) | Cancels the upload operation for the specified file. |
| 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. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ReloadAllFiles() | Reloads all files whose upload operations were canceled. |
| ReloadFile(UploadFileInfo) | Reloads the specified file if its upload process was canceled. |
| ReloadFiles(IEnumerable<UploadFileInfo>) | Reloads specified files if their upload processes were canceled. |
| RemoveAllFiles() | Clears the file list. |
| RemoveFile(UploadFileInfo) | Removes the specified file from the file list. |
| RemoveFiles(IEnumerable<UploadFileInfo>) | Removes 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 file list. |
| UploadFile(UploadFileInfo) | Uploads the specified file. |
| UploadFiles(IEnumerable<UploadFileInfo>) | Uploads specified files. |
See Also