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