[Zope-dev] Strange local(?) bug in uploading files
   
    R. David Murray
     
    bitz@bitdance.com
       
    Mon, 31 Jul 2000 20:18:05 -0400 (EDT)
    
    
  
On Mon, 31 Jul 2000, Peter Arvidsson wrote:
> I have a major problem with uploading files. I am doing a form to upload
> PDF-files This is what it looks like (with only the relevant code):
> pdf_form:
We helped Peter out on IRC.  Turns out he had a method named pdf that
was getting passed instead of his file object, also named pdf.
The explicit content type not working is a bug that is fixed in
the CVS version of Zope.
--RDM