Please take a serious look. There were several related reports in the
mailing list during the months: Apache::Request might not handle
double-bytes or utf8 correctly. Or it may be due to the C library.

Peter

----- Original Message -----
From: "Joe Schaefer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; "modperl list" <[EMAIL PROTECTED]>
Sent: Saturday, September 28, 2002 10:08 AM
Subject: Re: UTF8 character issue with Apache::Request?


> <[EMAIL PROTECTED]> writes:
>
> [...]
>
> > With Kanji filename :
> > Size is 0
> > UPL:Content-Disposition=form-data; name="UPLOADFILE";
> > filename="????????.DOC"
> > UPL:Content-Type=application/octet-stream
> >
> > Without Kanji filename
> > Size is 306688
> > UPL:Content-Disposition=form-data; name="UPLOADFILE";
> > filename="copy.DOC"
> > UPL:Content-Type=application/msword
> >
> > Any thoughts or input would be great.
>
> Are you certain this is a server-side problem?  The
> varying Content-Types look suspicious to me.  I'd double-check
> (via tcpdump or something) that the client is actually sending
> the whole file to the server.
>
> --
> Joe Schaefer
>

Reply via email to