[mod_python] accessing a 'POST'ed string ?

Graham Dumpleton graham.dumpleton at gmail.com
Sat Jan 17 15:54:05 EST 2009


The mod_python documentation covers it:

  http://www.modpython.org/live/current/doc-html/pyapi-util.html

Also read:

  http://webpython.codepoint.net/mod_python_tutorial

Graham

2009/1/18 dave selby <dave6502 at googlemail.com>:
> Hi all,
>
> I have been using mod python for a while with 'GET', no problem,
> accessing values with
> func = req.form['val'] since I only need to pass one value.
>
> However I now need to use 'POST' since I have a lot bigger data
> 'blob'. I post it from the browsers javascript but I cant find out how
> to access the  posted string from mod python.
>
> I have googled and routed around but have not had any luck
>
> Can anyone help ?
>
> Cheers
>
> Dave
>
> --
>
> Please avoid sending me Word or PowerPoint attachments.
> See http://www.gnu.org/philosophy/no-word-attachments.html
> _______________________________________________
> Mod_python mailing list
> Mod_python at modpython.org
> http://mailman.modpython.org/mailman/listinfo/mod_python
>


More information about the Mod_python mailing list