[Resolved] Re: question on multipart forms and %fdat

2003-01-12 Thread Keith Watanabe
Okay, I found out what the issue was (or at least i narrowed it down).  I 
just upgraded my apache from 1.3.26 to 1.3.27 and my mod_perl from 1.26 to 
1.27.  I re-ran my upload script as is and everything worked fine.  So 
apparently to anyone who has a similar issue, upgrade your apache and 
mod_perl to the latest versions (or the ones I specified above).  I also 
re-installed embperl to version 1.3.5 and encountered no further issues 
with the POST multipart upload situation.

Thanks to everyone that gave me a hand.

-keith


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



Re:Error HTTP 500 Internal server error in IE 6.0

2003-01-12 Thread Maurício Amorim


I change directive Location by Directory and 500 internal server error in IE apprently was
resolved.
why will be ?
 
## EMBPERL# PerlModule HTML::EmbperlAddType text/html .epl  SetHandler perl-script  PerlHandler HTML::Embperl  Options ExecCGIAlias /embperl /usr/local/apachelocal/htdocs/embperl  => SetHandler perl-scriptPerlHandler HTML::EmbperlOptions ExecCGIPerlSetEnv EMBPERL_OPTIONS 262144ErrorDocument 500 /embperl/errmsg2.epl =>