11 Aug
1999
11 Aug
'99
7:07 p.m.
It appears that Zope pre-type checks python. I have a situation where I pass a file to a python routine (through an attach HTML command) to copy the file eventually. But sometimes the page I have isn't called from the attach form. Is there a way in Zope or HTML to create a fake file to use as a placeholder? For python I could just use a string as a place holder, but Zope causes my python to type-check before running. Does anyone know a way to simulate an attached file in Zope? Thanks! Donner