No subject


Sun Nov 12 08:01:13 CET 2006


module
...
Form fields containing empty strings are ignored and do not appear in
the dictionary; to keep such values, provide a true value for the the
optional keep_blank_values keyword parameter when creating the
FieldStorage instance.
...

someVar = cgi.FieldStorage(keep_blank_values = 1)

someVar will contain all your form items ...

Have a good week

Jean-Marc



More information about the Python-list mailing list