>
> 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.
>

It's viceversa. Only $ENV{'CONTENT_TYPE'}=~m|^multipart/form-data|  is in
now, because only multipart/form-data is handled by CGI.pm, while all other
sort of data is handled by the C part of Embperl.

I use Embperl 1.3.1 with both sorts of forms and it works without problems

Gerald



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to