mirror of
https://github.com/moparisthebest/curl
synced 2024-11-16 06:25:03 -05:00
curl_formadd.3: CURLFORM_CONTENTSLENGTH not needed when chunked
Mentioned in #1013
This commit is contained in:
parent
1b711ca107
commit
0128925de5
@ -148,8 +148,8 @@ data. The parameter you pass to \fICURLFORM_STREAM\fP is the pointer passed on
|
|||||||
to the read callback's fourth argument. If you want the part to look like a
|
to the read callback's fourth argument. If you want the part to look like a
|
||||||
file upload one, set the \fICURLFORM_FILENAME\fP parameter as well. Note that
|
file upload one, set the \fICURLFORM_FILENAME\fP parameter as well. Note that
|
||||||
when using \fICURLFORM_STREAM\fP, \fICURLFORM_CONTENTSLENGTH\fP must also be
|
when using \fICURLFORM_STREAM\fP, \fICURLFORM_CONTENTSLENGTH\fP must also be
|
||||||
set with the total expected length of the part. (Option added in libcurl
|
set with the total expected length of the part unless the formpost is sent
|
||||||
7.18.2)
|
chunked encoded. (Option added in libcurl 7.18.2)
|
||||||
.IP CURLFORM_ARRAY
|
.IP CURLFORM_ARRAY
|
||||||
Another possibility to send options to curl_formadd() is the
|
Another possibility to send options to curl_formadd() is the
|
||||||
\fBCURLFORM_ARRAY\fP option, that passes a struct curl_forms array pointer as
|
\fBCURLFORM_ARRAY\fP option, that passes a struct curl_forms array pointer as
|
||||||
|
Loading…
Reference in New Issue
Block a user