From 1ebda8fa0eedf04a9759bd08b904199b2c02a0bf Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 12 Mar 2004 08:55:47 +0000 Subject: Added CURLOPT_POSTFIELDSIZE_LARGE to offer a large file version of the CURLOPT_POSTFIELDSIZE option to allow really big HTTP POSTs. --- include/curl/curl.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/curl/curl.h b/include/curl/curl.h index 5ba819213..0a3b32717 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -783,6 +783,9 @@ typedef enum { */ CINIT(FTP_SSL, LONG, 119), + /* The _LARGE version of the standard POSTFIELDSIZE option */ + CINIT(POSTFIELDSIZE_LARGE, OFF_T, 120), + CURLOPT_LASTENTRY /* the last unused */ } CURLoption; -- cgit v1.2.3