InputElementAddFile Method
This method adds files to the Files collection which will be sent during the next web request.

Namespace: Aspose.Html.Forms
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public void AddFile(
	string uri
)

Parameters

uri
Type: SystemString
The file path.
See Also