ASPxClientUploadControl.RemoveFileFromSelection(fileIndex) Method
In This Article
Removes a file with the specified index from the selected file list.
#Declaration
TypeScript
RemoveFileFromSelection(
fileIndex: number | ASPxClientUploadControlFile
): void
#Parameters
Name | Type | Description |
---|---|---|
file |
number | ASPx |
An integer value that is the zero-based index of an item in the file list. |
#Remarks
Use the RemoveFileFromSelection method to remove a file specified by its index from the list of selected files.
See Also