Skip to main content

ASPxClientUploadControl.RemoveFileFromSelection(fileIndex) Method

Removes a file with the specified index from the selected file list.

Declaration

RemoveFileFromSelection(
    fileIndex: number | ASPxClientUploadControlFile
): void

Parameters

Name Type Description
fileIndex number | ASPxClientUploadControlFile

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