[Paste] Pb with MultiDict.from_fieldstorage()

2007-10-23 Thread Alain Poirier
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`

Re: [Paste] Pb with MultiDict.from_fieldstorage()

2007-10-23 Thread Ian Bicking
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

Re: [Paste] Pb with MultiDict.from_fieldstorage()

2007-10-23 Thread Alain Poirier
Le Tuesday 23 October 2007 19:31:30 Ian Bicking, vous avez écrit : > 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

Re: [Paste] Pb with MultiDict.from_fieldstorage()

2007-10-23 Thread Ian Bicking
Alain Poirier wrote: > Le Tuesday 23 October 2007 19:31:30 Ian Bicking, vous avez écrit : >> 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. >>>