Mike W 0 Newbie Poster

I'm currently writing a set of small scripts for a web page. I've retrieved the GET variables using cgi.parse_qs and the query string, but can't figure out how to access the POST variables. I know you can use FieldStorage to access both GET and POST variables, but would like to be able to just view POST variables.

I've tried looking through the source code of both cgi and a couple of frameworks, but it either goes over my head or I can't find the relevant code.

Any help is appreciated.

Thanks

Mike

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.