[Zope] extraction of complete filepath of a <input type=file> object

Andrei Belitski andrei.belitski@student.uni-tuebingen.de
Fri, 01 Jun 2001 14:22:40 +0200


Hi
I would like to extract the complete filepath of a file I upload with 
<input type=file name="my_file" ...> HTML-element from dtml
the only thing I can get right now is the filename (e.g.
REQUEST['my_file'].filename)
thank you in advance