28 Jan
2006
28 Jan
'06
7:36 p.m.
--On 28. Januar 2006 11:20:12 -0800 David <bluepaul@earthlink.net> wrote:
-------
Janusz,
Zope objects of meta-type FILE do not have a read(). But with python there always is a way, eg
There is no meta-type FILE but only File. But this does not matter in this case since an uploaded file *does* have a read() method. The code looks mostly ok. I would look directly at the REQUEST object to figure out what the request really contains. -aj