mod_python and form data

Richard Biffl usenet at REMOVETHISPHRASEblacklettersoftware.com
Wed May 1 16:13:16 EDT 2002


Request.form is documented, tersely, under the Publisher handler instead of
under the Request object:

http://www.modpython.org/live/mod_python-2.7.8/doc-html/node74.html

  Richard

"Jim Henry" <jamespp35 at yahoo.com> wrote in message
news:aap98i$h15$1 at web1.cup.hp.com...
> I'm trying to access form data when using the Publisher handler.  I know
> that fields can be passed in as parameters, but I do not always know which
> fields will be present.  The documentation states:
>
> one must not attept to instantiate FieldStorage when using the Publisher
> handler and should use Request.form instead.
>
> But the documentation on Request DOES NOT MENTION any .form - what's a guy
> to do???






More information about the Python-list mailing list