26 Aug
2003
26 Aug
'03
5:40 p.m.
Just joined the list; be gentle with me! How do I reference a ZPublisher.HTTPRequest.FileUpload instance? I can see the content type and content length with REQUEST, so I know the file is there. I also know that the FileUpload instance is a Python file-like object. That's what I want because I want to read it. But, how do I get to the thing? Is it part of the REQUEST object? I've tried using a script and an external method but no luck. Thanks folks, Bill