cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Adding custom entries to post?

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 2 Jul 2008 18:34:24 +0200 (CEST)

On Wed, 2 Jul 2008, Robert Bielik wrote:

> Ok, for someone like me who isn't all that libcurl-savvy, should I just add
> an entry like:
>
> curl_formadd(&formpost, &lastptr,
> CURLFORM_COPYNAME, "MD5CHECKSUM",
> CURLFORM_COPYCONTENTS, md5checksum.c_str(),
> CURLFORM_END);

Exactly!

-- 
  / daniel.haxx.se
Received on 2008-07-02