| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-users Mailing List Archives
Re: sending "multiline" post?
From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Mon, 5 Sep 2005 14:23:59 +0200 (CEST)
On Mon, 5 Sep 2005, Lolita wrote:
> how can i send post to look like this
Yes, that's how -d does when you use write multiple ones.
You should instead add the whole post in a single string with embedded
-d "foo\nmooo\nlalalal\n"
or have a file pre-written that you can post:
$ cat file
-- Commercial curl and libcurl Technical Support: http://haxx.se/curl.htmlReceived on 2005-09-05 These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info