Re: post data

2001-08-29 Thread Gerald Richter
Hi, > > When I enter some data via a form to test.html it's all OK. > But how can I get posted data like $ENV{'QUERY_STRING'} when I use get > method? > Embperl makes all data, regardless if POST or GET, available in %fdat. If this was not your question, please explain it a little bit more Ge

RE: POST data

2000-04-08 Thread Gerald Richter
> > > > That is, in the same environment, when I select *multiple* > > checkboxes of the > > same name, they don't get re-checked on the same page after I submit by > > POST. > > > > Can you send us a small example how your page looks like? > I overseen, that you already done this via private mai

RE: POST data

2000-04-08 Thread Gerald Richter
> > That is, in the same environment, when I select *multiple* > checkboxes of the > same name, they don't get re-checked on the same page after I submit by > POST. > Can you send us a small example how your page looks like? Gerald ---

RE: POST data

2000-04-07 Thread Gerald Richter
> > I'm having problems with Embperl reading POST data. It consistently hangs. If the POSTED data is already read, Embperl will hang when it tries to read the POSTED data a second time. > GET is working fine. > I tried setting options => 256 when calling HTML::Embperl::Execute This is the corre