-
- Downloads
- 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.
Showing
- CHANGES 7 additions, 0 deletionsCHANGES
- RELEASE-NOTES 2 additions, 2 deletionsRELEASE-NOTES
- docs/libcurl/curl_formadd.3 11 additions, 18 deletionsdocs/libcurl/curl_formadd.3
- include/curl/curl.h 10 additions, 2 deletionsinclude/curl/curl.h
- lib/formdata.c 102 additions, 54 deletionslib/formdata.c
- lib/formdata.h 7 additions, 3 deletionslib/formdata.h
- lib/http.c 2 additions, 0 deletionslib/http.c
- tests/data/test554 68 additions, 0 deletionstests/data/test554
- tests/libtest/Makefile.am 3 additions, 1 deletiontests/libtest/Makefile.am
- tests/libtest/lib554.c 130 additions, 0 deletionstests/libtest/lib554.c
Loading
Please register or sign in to comment