Alain Poirier wrote: > Hi, > > I've got a problem with `MultiDict.from_fieldstorage()` : it always returns a > list of FieldStorage objects to me, as if all the fields were an uploaded > file. > > Indeed, I see that all the FieldStorage objets always have a `file` > attribute !?! And so, if I replace the line #65 `if field.file` by `if > field.filename` the problem is solved. > > What I'am doing wrong ?
Is this in WebOb or Paste? Sounds like a bit of a nasty bug then... -- Ian Bicking : [EMAIL PROTECTED] : http://blog.ianbicking.org _______________________________________________ Paste-users mailing list [email protected] http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users
