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.SetOptionPostFields
Component: CURL
Version: 2.5
Mac OS X: Works
Windows: Works
MBS( "CURL.SetOptionPostFields"; handle; value )
Parameters
| Parameter | Description | Example value |
|---|---|---|
| Handle | The CURL session handle. | $curl |
| Value | The post data. | "" |
Result
Returns "OK" on success.
Description
Sets the post fields.Pass a text, which should be the full data to post in an HTTP POST operation.
You can set size with CURL.SetOptionPostFieldSizeLarge or CURL.SetOptionPostFieldSize or simply take automatically from text length.
Feedback: Report problem or ask question.