cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-users Mailing List Archives

Uploading files with blank characters - Windows

From: Mihai Ionescu <mihai.ionescu_at_pontussoftware.ro>
Date: Thu, 29 Apr 2004 23:52:42 +0300

Hi!

I have a problem with uploading a file to a server.
The command line looks line:
curl -F "ufile=@c:\some file with blanks.txt" -k https://server.com/file.php
i get ther 26 error.

When i'm using like the following:
curl -F "ufile=@c:\somefilewithoutblanks.txt" -k https://server.com/file.php
it works

how can i use filenames with spaces ??

Mihai
Received on 2004-04-29

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET