Marc Gràcia <[EMAIL PROTECTED]> writes:

>     The problem is the value of a post parameter ends with an accentued char
>     (áó etc... I dont know if you can view that...) the full process dies in
>     the
>        
>         my $upload = $ar->upload($param);
>    
>          line and an Internal Server Error  is showed in the browser.

Two questions: What's in the error log? And where exactly is the accented
char: at the end of the contents of the file upload, at the end of 
$param, or at the end of the uploaded file's name? 

-- 
Joe Schaefer

Reply via email to