Sunday, 15 September 2013

Processing mod_wsgi.input

Processing mod_wsgi.input

I am newbie in python and mod_wsgi development. When I want to get data
from POST i read envron['wsgi.input'] and as a result I get
name=username&fullname=name&pass=password. Now my question is how to split
it to get that input as array. For example to read like name =
arraypost[0]?

No comments:

Post a Comment