curl-users
Re: httppost
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 23 Oct 2001 13:29:15 +0200 (MET DST)
Date: Tue, 23 Oct 2001 13:29:15 +0200 (MET DST)
On Tue, 23 Oct 2001, Admir Efendic wrote:
> I used curl C++ API:
[snip]
> curl_formadd( &post, &last,
> CURLFORM_COPYNAME, "command",
> CURLFORM_COPYCONTENTS, "logout",
> CURLFORM_END );
curl_formadd() had some bugs in it in the 7.9 release. Could you get a 7.9.1
pre-release and retry to see if it works better?
If you hesitate to try that, try converting to the old-style curl_formparse()
function instead.
Your source code seemed correct at quick glance.
-- Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/Received on 2001-10-23