Clodoaldo Pinto Neto
clodoaldo.pinto at gmail.com
Tue Nov 7 08:54:08 EST 2006
2006/11/7, Gregor Kling <gregor.kling at dvz.fh-giessen.de>: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > Unless I'm misunderstanding your meaning, I can't see why you can't use > > publisher. Your form data will be available as an attribute of the > > request object. eg. req.form > I do not find more documentation what is accessible through the request > object req. > I only found the methods in > http://www.modpython.org/live/current/doc-html/pyapi-mprequest-meth.html. > > In http://www.modpython.org/pipermail/mod_python/2005-May/018210.html > I found > def buy_fromstore(req,**params): > for name in params.keys(): > req.log_error(str((name,params[name]))) > but I would appreciate it to find more sustained documentation,what i > didn't right now. Look in the FieldStorage class documentation: http://modpython.org/live/current/doc-html/pyapi-util-fstor.html Regards, Clodoaldo Pinto Neto
|