Re: FORM data in cgi

2005-10-13 Thread Steve Holden
Mike Meyer wrote: > "jponiato" <[EMAIL PROTECTED]> writes: > > >>Greetings. >>An HTML form submits it's data to a python cgi script on my server. This >>script accepts this POST data, and uses urllib.urlopen() to call a different >>cgi script (on an external server), passing this same data. I'm

Re: FORM data in cgi

2005-10-13 Thread Mike Meyer
"jponiato" <[EMAIL PROTECTED]> writes: > Greetings. > An HTML form submits it's data to a python cgi script on my server. This > script accepts this POST data, and uses urllib.urlopen() to call a different > cgi script (on an external server), passing this same data. I'm using > cgi.FieldStorag