[Zope] File uploads: filename with ';'
Tino Wildenhain
tino at wildenhain.de
Tue Oct 26 14:58:31 EDT 2004
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
More information about the Zope
mailing list