Re: [Zope] Re: REQUEST.form variables order

2006-04-21 Thread Gaute Amundsen
On Friday 21 April 2006 13:36, Tres Seaver wrote: > REQUEST.stdin is the actual stream (either a tempfile or a StringIO). > You will likely need to rewind it before you can use it. > That seems to work YES. with cgi.parse_qsl I'm practically done already. Only some unicode troubles with norwegia

Re: [Zope] Re: REQUEST.form variables order

2006-04-20 Thread Gaute Amundsen
On Wednesday 19 April 2006 21:26, Tres Seaver wrote: > Gaute Amundsen wrote: > > I want to retrieve the form fields in the order that they where submitted > > The answer isn't arrogant, and we aren't *preventing* you from gaining > access to that information. The implementation which we use for >