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 ? _______________________________________________ Paste-users mailing list [email protected] http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users
