- Added CURLFORM_STREAM as a supported option to curl_formadd() to allow an
authorDaniel Stenberg <daniel@haxx.se>
Mon, 31 Mar 2008 10:02:23 +0000 (10:02 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 31 Mar 2008 10:02:23 +0000 (10:02 +0000)
commita2314225e02ea2f3bd49dc8557f2452846e49b19
tree585917416e7f6d7d7cc4efe849373a716a189a13
parent1e482fe6a8dbc36a4e9ad19eb8fec98f240b5ed5
- Added CURLFORM_STREAM as a supported option to curl_formadd() to allow an
  application to provide data for a multipart with the read callback. Note
  that the size needs to be provided with CURLFORM_CONTENTSLENGTH when the
  stream option is used. This feature is verified by the new test case
  554. This feature was sponsored by Xponaut.
CHANGES
RELEASE-NOTES
docs/libcurl/curl_formadd.3
include/curl/curl.h
lib/formdata.c
lib/formdata.h
lib/http.c
tests/data/test554 [new file with mode: 0644]
tests/libtest/Makefile.am
tests/libtest/lib554.c [new file with mode: 0644]