26 Oct
2004
26 Oct
'04
6:58 p.m.
Hi, Am Di, den 26.10.2004 schrieb Vova um 20:10:
Hello All! It seems that Zope does not handle names of uploaded files correctly when it include ';'.
What ever "correctly" means ;) Surprice: Zope does not care about names of uploaded files (In the Request) However if you create File objects via DAV or FTP directly in a Folder, Zope uses the name information to guess best to get an id for the object. It tries hard to not end up having an illegal id here. Regards Tino