[mod_python] How to know a form name

zayer zayer at frikis.org
Sat Dec 20 19:09:55 EST 2008


Hello everybody, I've a page with to forms, each one with different
names and I want hand it with same script. (I'm using FieldStorage util
Class for mangle it).
i.e.

<!-- one -->
<form name="article" action="" method="post" > ... </form>
<!-- two -->
<form name="file" action="" method="post"> ... </form>

Does anybody know how can I get (in python of course) the name of the
form that has been submitted?

Thanks you very much.


More information about the Mod_python mailing list