Skip to main content

ASPxClientUploadControl.AddFileInput Method

Adds a new file input element to the ASPxUploadControl.

Declaration

AddFileInput(): void

Remarks

End users can add or remove the file input element by using the add and remove buttons, whose visibility within the upload control is controlled by the ASPxUploadControl.ShowAddRemoveButtons property.

To remove a file input element use the ASPxClientUploadControl.RemoveFileInput method.

See Also