Handling empty form fields in CGI

Christopher Mocock chris at wavestore.com
Mon Jan 29 04:47:51 EST 2007


Paul Boddie wrote:
> Try replacing this with...
> 
> form = cgi.FieldStorage(keep_blank_values=1)
> 
> Paul
> 

That worked a treat. Thanks very much to both who replied.

Chris.



More information about the Python-list mailing list