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: [email protected] From: Jeff Pohlmeyer <[email protected]> To: libcurl development <[email protected]> Date: 21.07.2011 11:25 Subject: Re: file upload using libcurl fails for filenames containing '#' Sent by: [email protected] 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
