> I dont know how to get value from a web form using ONLY WSGI,
If you mean data sent via POST, you need to read the environ['wsgi.input'] file-like object and parse its content -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
