Re: Problem - Missing input data

2008-12-17 Thread Torsten Foertsch
On Wed 17 Dec 2008, mod_perl User wrote: > I am facing problem in mod_perl2.0 while opening an handler > Code as follows,         my $r = Apache2::Request->new(shift, > POST_MAX => 10 * 1024 * 1024);        my $status = $r->parse(); > Getting $status as 'Missing Input Data' I am not an expert in

Re: Problem - Missing input data

2008-12-17 Thread Fred Moyer
On Wed, Dec 17, 2008 at 12:33 AM, mod_perl User wrote: > Hi !! > I am facing problem in mod_perl2.0 while opening an handler > > Code as follows, > my $r = Apache2::Request->new(shift, POST_MAX => 10 * 1024 * 1024); > my $status = $r->parse(); > > Getting $status as 'Missing Input