[Zope] small python problem
   
    Dieter Maurer
     
    dieter@handshake.de
       
    Thu, 6 Dec 2001 20:13:23 +0100
    
    
  
Robert Rottermann writes:
 > this could answer a former question of mine. Is this the reason why in CMF
 > Metadata and Fileupload is always separated?
I do not understand your question...
Nevertheless, I think I can answer "no":
  There is an easy workaround for the described "FileUpload" bug:
  check "file.filename" instead of "file".
  Thus, there is no reason for separation (of anything) when
  you do not want to separate (for other reasons).
Dieter