Where O Where Did My Data Buffer Go?

Ben Ocean zope at thewebsons.com
Wed May 2 16:04:17 EDT 2001


Hi,
I'm trying (for several days now) to capture data in a data buffer and 
parse it. Someone suggested I use the *parse* functions in the cgi module 
(which include *parse_qs* and *parse_qsl*). Okay, great. Now, how do I get 
the freakin data buffer in there? In other words...
parse_qsl(???)
and I need to fill in the ??? It's not as easy as just tossing in *form* 
from this line:
form = cgi.FieldStorage()
So, what do I do?
TIA,
BenO





More information about the Python-list mailing list