19 Sep
2004
19 Sep
'04
8:01 p.m.
John Poltorak wrote at 2004-9-17 22:43 +0100:
Are there any known issues when uploading via FTP files with names like:-
content.asp%3Fcontent_category_id=1
I get a '426 Error creating file.' msg after it has been sent.
What can I do about it?
"%" is not allowed in Zope ids. In stock Zope, only the following characters are allowed in Zope ids: 'a-zA-Z0-9-_~,.$()# ' Either avoid names with characters not allowed in Zope ids or relax the Zope id restriction. -- Dieter