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.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to