bruno at modulix wrote:
> FWIW, reading the source is not even needed to know this:
import cgi
dir(cgi.FieldStorage)
not to mention:
>>> help(cgi.FieldStorage)
Help on class FieldStorage in module cgi:
class FieldStorage
| Store a sequence of fields, reading multipart/form-data.
Gerard Flanagan wrote:
> John Salerno wrote:
>> Bruno Desthuilliers wrote:
>>> John Salerno a écrit :
If I want to get all the values that are entered into an HTML form and
write them to a file, is there some way to handle them all at the same
time, or must FieldStorage be indexed by
John Salerno wrote:
> Bruno Desthuilliers wrote:
> > John Salerno a écrit :
> >> If I want to get all the values that are entered into an HTML form and
> >> write them to a file, is there some way to handle them all at the same
> >> time, or must FieldStorage be indexed by each specific field name?
Tim Roberts wrote:
> John Salerno <[EMAIL PROTECTED]> wrote:
>
>
>>Bruno Desthuilliers wrote:
>>
>>>John Salerno a écrit :
>>>
If I want to get all the values that are entered into an HTML form and
write them to a file, is there some way to handle them all at the same
time, or must
John Salerno <[EMAIL PROTECTED]> wrote:
>Bruno Desthuilliers wrote:
>> John Salerno a écrit :
>>> If I want to get all the values that are entered into an HTML form and
>>> write them to a file, is there some way to handle them all at the same
>>> time, or must FieldStorage be indexed by each sp
Bruno Desthuilliers wrote:
> John Salerno a écrit :
>> If I want to get all the values that are entered into an HTML form and
>> write them to a file, is there some way to handle them all at the same
>> time, or must FieldStorage be indexed by each specific field name?
>
> AFAIK, FieldStorage is
John Salerno a écrit :
> If I want to get all the values that are entered into an HTML form and
> write them to a file, is there some way to handle them all at the same
> time, or must FieldStorage be indexed by each specific field name?
AFAIK, FieldStorage is a somewhat dict-like object, but I'
If I want to get all the values that are entered into an HTML form and
write them to a file, is there some way to handle them all at the same
time, or must FieldStorage be indexed by each specific field name?
--
http://mail.python.org/mailman/listinfo/python-list