Jean-Christophe Boggio [mailto:embp...@thefreecat.org]
> Sent: Thursday, April 05, 2012 6:43 PM
> To: Chris Allen
> Cc: embperl@perl.apache.org
> Subject: Re: Upload problem
>
> Thanks for taking the time to help me.
>
> Le 05/04/2012 08:48, Chris Allen a écrit :
> > Can you
I wonder if I'm the only one on this list to upload non-7 bit files in HTTP with
embperl ?
If so, it *has* to come from my config.
I have an application with upload support (for any type of file). However I have
not dealed with UTF-8 encoding, or in other words my system is simply using 8
bit
Hi Ed,
Le 05/04/2012 15:16, Ed Grimm a écrit :
If my guess is right, then I think doing a
binmode OUT, ':encoding(UTF-8)';
Tried that : the file is even more encoded (its size is growing rather than
shrinking). Here's the "jpeg" header :
0x: C3BFC398 C3BFC3A0 00104A46 49460001 ...
Thanks for taking the time to help me.
Le 05/04/2012 08:48, Chris Allen a écrit :
Can you include all of the headers here please?
I have attached the beginning of the dump (tcpdump addresses are changed to
aa.aa.aaa.aa
and bb.bbb.bb.bb but it's easy to find the real ones). Hope the list accep
Le 04/04/2012 18:38, Chris Allen a écrit :
Don't know why or where, but you've got some utf8 encoding going on.
EF,BF,BD is the utf8 "replacement string" used for an unknown character
(probably the initial FF).
Suggest you sniff your data stream to see if it's happening before it reaches
Embpe
Don't know why or where, but you've got some utf8 encoding going on.
EF,BF,BD is the utf8 "replacement string" used for an unknown character
(probably the initial FF).
Suggest you sniff your data stream to see if it's happening before it
reaches Embperl.
On 04/04/2012 17:20, Jean-Christophe
that worked, thank you!
Gerhard
On Wed, 1 Aug 2001, Gerald Richter wrote:
> >
> > [Tue Jul 31 18:05:38 2001] [error] [31481]ERR: 44: Line 1: Setup of
> > CGI.pm failed: Malformed multipart POST
> >
>
> That is handled by CGI.pm and the error message is from CGI.pm, so maybe
> upgrading CGI.
> Embperl 1.3.1
You should also upgrade Embperl to 1.3.3, because 1.3.3 handles errors in
CGI.pm much better
Gerald
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
>
> [Tue Jul 31 18:05:38 2001] [error] [31481]ERR: 44: Line 1: Setup of
> CGI.pm failed: Malformed multipart POST
>
That is handled by CGI.pm and the error message is from CGI.pm, so maybe
upgrading CGI.pm to a newer version may help...
Let me know if this solves your problem
Gerald