PSP / mod_python ... how to get POST vars on .psp ?

grahamd at dscpl.com.au grahamd at dscpl.com.au
Mon Jun 6 23:27:35 EDT 2005


The documentation states:

  Additionally, the PSP code will be given global variables  req, psp,
session and form.

In other words, in your PSP page you can access the "form" variable and
it will
give you access to the FieldStorage object that PSP creates for you.
The members
of the FieldStorage class are documented on the mod_python web site.




More information about the Python-list mailing list