Possible Duplicate:
Accessing POST Data from WSGI
I'm very new to Python. I know how to receive HTML form data submitted from the client using CGI with the help of the class FieldStorage, but I don't know how to do the same using WSGI?
Could you please provide me with a short snippet of code doing that?