Re: question on multipart forms and %fdat

2003-01-10 Thread Luiz Fernando B. Ribeiro
Em Fri, 10 Jan 2003 00:32:55 +0900 Keith Watanabe <[EMAIL PROTECTED]> escreveu: Hi, Embperls handles file uploads trough CGI.pm this way when you use "multipart" forms the file fields are converted in file handles. In the code bellow it seems that your are reading from the wrong variable in your

Problems with $req_rec -> prev -> pnotes('EMBPERL_ERRORS') ;

2003-01-10 Thread Maurício Amorim
Hi list,   I am using ErrorDocument directive in apache and i set EMBPERL_OPTIONS 262144   My apache configuration is:   ## MOD_PERL#Alias /perl /home/masilva/local/apache/cgi-bin/perlPerlModule Apache::Registry SetHandler perl-script PerlHandler Apache::Registry Options ExecCGI PerlSendHeade

Re: question on multipart forms and %fdat

2003-01-10 Thread Keith Watanabe
Embperls handles file uploads trough CGI.pm this way when you use "multipart" forms the file fields are converted in file handles. In the code bellow it seems that your are reading from the wrong variable in your object: actually the thing is that the way my controller handles things, it doesn

Re:Problems with $req_rec -> prev -> pnotes('EMBPERL_ERRORS') ;

2003-01-10 Thread Maurício Amorim
When i use [- $errors = $req_rec -> prev -> pnotes('EMBPERL_ERRORS') ; -] the apache log: (stay in loop) [Fri Jan 10 12:55:38 2003] [error] [29842]ERR:  24:  Error in Perl code: Can't call method "pnotes" on an undefined value at /home/masilva/local/apache/htdocs/embperl/verdoc-des/err.epl li