cgi module question

Erno Kuusela erno-news at erno.iki.fi
Fri Apr 26 15:23:46 EDT 2002


In article <3CC9A3E2.9060803 at nmt.edu>, Jeff Shipman <shippy at nmt.edu> writes:

| I'm using Python 1.5.2 and the cgi module. I'm
| wondering if there's any way to recover the string
| that was passed to the cgi module during a POST
| operation (normally comes in through stdin)? 

yes. read sys.stdin. 

  -- erno



More information about the Python-list mailing list