Up |
_ADDcurlFormField
Add a form field for a Post operation on a CURL object.
Prototype :
fun [ObjCURL S S] ObjCURL
- ObjCURL : a Curl object
- S : the field name
- S : the field value
Return : ObjCURL the same Curl object if success, NIL otherwise
See also :
Example :