summaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_formadd.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-01-12 21:22:51 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-01-12 21:22:51 +0000
commit2f9038bf629335d0b23a7bde2e002bf587a2cd33 (patch)
treeb04a60da4efeced04300ef515b4ce3d4ea258261 /docs/libcurl/curl_formadd.3
parent4d50ca4e21fdc8586a24cfce9363ab4a3535ceeb (diff)
downloadcurl-2f9038bf629335d0b23a7bde2e002bf587a2cd33.tar.gz
Mohun Biswas clarified
Diffstat (limited to 'docs/libcurl/curl_formadd.3')
-rw-r--r--docs/libcurl/curl_formadd.35
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/libcurl/curl_formadd.3 b/docs/libcurl/curl_formadd.3
index e55c542f2..190a6b20d 100644
--- a/docs/libcurl/curl_formadd.3
+++ b/docs/libcurl/curl_formadd.3
@@ -106,8 +106,9 @@ long which gives the length of the buffer.
Tells libcurl to use the \fICURLOPT_READFUNCTION\fP callback to get 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 file
-upload one, set the \fICURLFORM_FILENAME\fP parameter as well. (Option added
-in libcurl 7.18.2)
+upload one, set the \fICURLFORM_FILENAME\fP parameter as well. Note that when
+using \fICURLFORM_STREAM\fP, \fICURLFORM_CONTENTSLENGTH\fP must also be set
+with the total expected length of the part. (Option added in libcurl 7.18.2)
.IP CURLFORM_ARRAY
Another possibility to send options to curl_formadd() is the
\fBCURLFORM_ARRAY\fP option, that passes a struct curl_forms array pointer as