Meet us at at Real World in Orlando, Florida.

All functions   Mac OS X   Windows   Crossplatform   Components   Guides  
New in version: 2.0   2.1   2.2   2.3   2.4   2.5   2.6   2.7   2.8  

CURL.FormFinish

Component: CURL
Version: 2.5
Mac OS X: Works
Windows: Works

MBS( "CURL.FormFinish"; Handle )

Parameters

Parameter Description Example value
Handle The CURL session handle. $curl

Result

Returns "OK" or error code.

Description

Finishes constructing a form.
The form is assigned to the HTTPPost property.

Examples

Sets form values and finishes:

MBS( "CURL.FormAddKeyValue"; $curl; "login"; "testuser" )
MBS( "CURL.FormAddKeyValue"; $curl; "password"; "xxx" )
MBS( "CURL.FormFinish"; $curl )

Feedback: Report problem or ask question.




Links
MBS Realbasic Plugins - Bilder aus Nickenich