2000-06-06 10:54:42 -04:00
|
|
|
.\" You can view this file with:
|
|
|
|
.\" nroff -man [file]
|
2001-05-31 04:41:42 -04:00
|
|
|
.\" $Id$
|
2000-06-06 10:54:42 -04:00
|
|
|
.\"
|
2001-12-17 04:33:54 -05:00
|
|
|
.TH curl_formparse 3 "17 Dec 2001" "libcurl 7.9.2" "libcurl Manual"
|
2000-06-06 10:54:42 -04:00
|
|
|
.SH NAME
|
2001-08-21 09:18:07 -04:00
|
|
|
curl_formparse - add a section to a multipart/formdata HTTP POST:
|
|
|
|
deprecated (use curl_formadd instead)
|
2000-06-06 10:54:42 -04:00
|
|
|
.SH SYNOPSIS
|
|
|
|
.B #include <curl/curl.h>
|
|
|
|
.sp
|
2001-04-23 07:55:25 -04:00
|
|
|
.BI "CURLcode curl_formparse(char * " string, " struct HttpPost ** " firstitem,
|
|
|
|
.BI "struct HttpPost ** " lastitem ");"
|
2000-06-06 10:54:42 -04:00
|
|
|
.ad
|
|
|
|
.SH DESCRIPTION
|
2001-12-17 04:33:54 -05:00
|
|
|
This has been removed deliberately. The \fBcurl_formadd\fP has been introduced
|
|
|
|
to replace this function. Do not use this. Convert to the new function
|
|
|
|
now. curl_formparse() will be removed from a future version of libcurl.
|