I'm using Embperl 1.3.1 and I was trying to use
HTML::Embperl::Req::SetSessionCookie
directly from mod_perl page, but I get this Apache error message:
[Wed Feb 21 17:59:56 2001] [error] Can't locate object method "getinitialid"
via package "HTML::Embperl::Session" (perhaps you forgot to load
IMHO there was a problem that in Embperl.pm is ONLY conditional
$ENV{'CONTENT_TYPE'}=~m|^application/x-www-form-urlencoded|
but should be
$ENV{'CONTENT_TYPE'}=~m|^multipart/form-data| too.
I added it to my Embperl.pm module
E-mail: [EMAIL PROTECTED]
On Wed, 21 Feb 2001, John Walstra wrote:
I just update our development server to Embperl-1.3.1. I ran into to the
problem with fdat being empty after a post. I soon discovered if I put a
"enctype='multipart/form-data'" in the form tag, fdat would be empty. If I removed it,
fdat would have my data in it. Any known problems here? Here is