curl-library
Re: file upload using libcurl fails for filenames containing '#'
Date: Thu, 21 Jul 2011 15:06:47 +0200
Hello Jeff,
this is the solution for my problem.
No I can successful upload the files.
Many thanks !!
Mit freundlichen Grüßen / Kind regards
Thomas Falkenberg
E-Mail: tfalken_at_de.ibm.com
From: Jeff Pohlmeyer <yetanothergeek_at_gmail.com>
To: libcurl development <curl-library_at_cool.haxx.se>
Date: 21.07.2011 11:25
Subject: Re: file upload using libcurl fails for filenames
containing '#'
Sent by: curl-library-bounces_at_cool.haxx.se
On Thu, Jul 21, 2011 at 3:02 AM, Thomas Falkenberg wrote:
> If the file, I wish to upload, contains a hash sign ('#'), the system
> ignores any character after the '#' and stores the file under a wrong
> filename.
You might try URI-encoding the # sign, e.g.
Use:
ABC%2322.SAVF
In place of:
ABC#22.SAVF
- Jeff
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2011-07-21