HTMLDocument::FormType
Constructors
- FormGet()
- FormPost()
- FormPostUpload()
Usage
The method used by a form to submit data. FormPost uses the application/x-www-form-urlencoded content type, whereas FormPostUpload uses multipart/form-data.
The method used by a form to submit data. FormPost uses the application/x-www-form-urlencoded content type, whereas FormPostUpload uses multipart/form-data.