Represents an InputElement which is a file select control.
Inheritance Hierarchy
Facilita.Web HtmlElement
Facilita.Web InputElement
Facilita.Web FileElement
Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
Syntax
public class FileElement : InputElement
Remarks
e.g. <input name="uploadedfile" type="file" />
If files are added to a FileElement object, they will be uploaded when the containing Form is sent to the web server.
See Also