mirror of
https://github.com/curl/curl.git
synced 2026-08-03 04:40:29 +03:00
Chris Combes added CURLFORM_BUFFER, CURLFORM_BUFFERPTR, CURLFORM_BUFFERLENGTH
This commit is contained in:
parent
dafd644fe7
commit
131645dc31
3 changed files with 149 additions and 42 deletions
|
|
@ -45,6 +45,10 @@ typedef struct FormInfo {
|
|||
char *contenttype;
|
||||
long flags;
|
||||
|
||||
/* CMC: Added support for buffer uploads */
|
||||
char *buffer; /* pointer to existing buffer used for file upload */
|
||||
long bufferlength;
|
||||
|
||||
char *showfilename; /* The file name to show. If not set, the actual
|
||||
file name will be used */
|
||||
struct curl_slist* contentheader;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue