[Zope] HELP!!! Image uploading and moving!!!
Dieter Maurer
dieter@handshake.de
Fri, 29 Jun 2001 22:52:48 +0200 (CEST)
Tamas Amon writes:
> I try to find in every documentation + HOWTO + mailing list, but I don't
> find the solution:
>
> I try this:
> <!--#call "manage_addImage('Otherdir/'+randomID,REQUEST['file1'],'')"-->
>
> And I get back:
> Error Type: Bad Request
> Error Value: The id "Otherdir/723110903" contains characters illegal in
> URLs.
If this is not only an example, then you have found a Zope bug.
This URL is valid!
URLs must not contain non-printable characters (including
blank spaces), non-ASCII characters and some reserved
special characters (such as ';', '?', ...).
Dieter