[mod_python] Form data handling (newbie question)

Terry MacDonald terry.macdonald at dsl.pipex.com
Fri Nov 26 10:26:41 EST 2004


You can skip using util.fieldstorage altogether if you use req.form
which has already done all the fieldstorage stuff for you and is a dict
of the form values with the field names as keys.




More information about the Mod_python mailing list