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

Reply via email to