cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: curl: (26) failed creating formpost data

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Sat, 21 Jan 2006 13:52:57 +0100 (CET)

On Sat, 21 Jan 2006, Laurent Humbert wrote:

> I'm using curl to upload files with HTTP Post. Works great, expect when
> there's a space in the path to the file to upload.

Using that curl version?

I just tried this with 7.15.1 and it worked fine:

         curl -F "mooo=@READ ME" http://thatsiteipostedto.com/

I'm just a little uncertain if curl should've encoded the space in the header
it sends to the server, as it doesn't do that now...

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
Received on 2006-01-21