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`
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
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
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.
>>>