16 May
2000
16 May
'00
6:38 p.m.
Bart Holthuijsen writes:
In my convuplmethod method I have:
<dtml-var "REQUEST.form['filenaamXML']">
But this returns the contents of the file, and all I want is the path. "REQUEST.form['filenaamXML']" is in fact a "ZPublisher.cgi.FieldStorage" instance. See "ZPublisher/cgi.py" for a documentation of "FieldStorage" instances.
- Dieter