Sorry, I meant we're using libapreq2. It's late. I'm tired.
On Thu, 26 Jan 2006 09:20:37 +0100
Tom Schindl <[EMAIL PROTECTED]> wrote:
Well when dealing with file-upload's i'd strongly recommend to use
libapreq2 and it's perl-glue or of not possible CGI.pm.
Avoid writing your own parameter pars
Well when dealing with file-upload's i'd strongly recommend to use
libapreq2 and it's perl-glue or of not possible CGI.pm.
Avoid writing your own parameter parsing logic you'll fail in so many
different cases!
Tom
JT Smith wrote:
> Apache::RequestRec
>
> On Thu, 26 Jan 2006 08:51:51 +0100
> T
Hi,
how do you access those parameters:
- CGI.pm
- APR::Request
- Apache::RequestRec
Tom
JT Smith wrote:
> Is there any difference between how form post variables are handled in
> modperl via http vs https? The reason I ask is because since switching
> from CGI/MP Registry to native MP2 handlers
JT Smith wrote:
Is there any difference between how form post variables are handled in
modperl via http vs https? The reason I ask is because since switching
from CGI/MP Registry to native MP2 handlers, some of my forms don't
seem to work when running under SSL. However, without SSL everything
Is there any difference between how form post variables are handled in modperl via http
vs https? The reason I ask is because since switching from CGI/MP Registry to native MP2
handlers, some of my forms don't seem to work when running under SSL. However, without
SSL everything is peachy keen. T