29 Jun
2001
29 Jun
'01
8:52 p.m.
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