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
Hello,
I have a simple upload module but I can't get a pure binary upload
to work everytime. This is what I get sometimes :
- Original is 73856 bytes
- Uploaded is 33398 bytes or 27939 bytes
Also the header changed from :
0x: FFD8FFE0 00104A46 49460001 0101012C ..JFIF.,
To :
>
> [Mon Oct 25 17:45:57 2004] [error] [21920]ERR: 44:
> _base.html(1): Setup of CGI.pm failed: CGI open of tmpfile:
> Permission denied
>
Looks like CGI.pm has problem with it's temporary file. Take a look at
perldoc CGI and search for upload. There you can find how CGI.pm find a
location f
I remeber this has been discussed, but the mail archive at
http://www.ecos.de/~mailarc/embperl/ is down, so please advice: when
trying to file upload, I got this in the error log
[Mon Oct 25 17:45:57 2004] [error] [21920]ERR: 44: _base.html(1): Setup
of CGI.pm failed: CGI open of tmpfile: Perm
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
hi all,
when uploading a file using our Embperl script
with a certain browser version (sorry i can't tell which)
the server-request quits with:
[Tue Jul 31 18:05:38 2001] [error] [31481]ERR: 44: Line 1: Setup of
CGI.pm failed: Malformed multipart POST
it works fine with all our (NS- & IE-) bro
> I wrote an embperl script that uploads a file to a web
> server. It works fine on Linux and Macs but not on
> Windows. When I upload a file from a browser using
> Windows 95/98, the file is uploaded to the web server
> but it has 0 bytes in it.
> Here is part of the script that checks a file fro
I wrote an embperl script that uploads a file to a web
server. It works fine on Linux and Macs but not on
Windows. When I upload a file from a browser using
Windows 95/98, the file is uploaded to the web server
but it has 0 bytes in it.
Here is part of the script that checks a file from
Windows.
15 matches
Mail list logo