RE: Upload problem

2012-04-09 Thread richter
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

Re: Upload problem

2012-04-05 Thread Dirk Jagdmann
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

Re: Upload problem

2012-04-05 Thread Jean-Christophe Boggio
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 ...

Re: Upload problem

2012-04-05 Thread Jean-Christophe Boggio
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

Re: Upload problem

2012-04-04 Thread Jean-Christophe Boggio
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

Re: Upload problem

2012-04-04 Thread Chris Allen
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

Upload problem

2012-04-04 Thread Jean-Christophe Boggio
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 :

RE: File upload problem

2004-10-27 Thread Gerald Richter
> > [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

File upload problem

2004-10-25 Thread Robert Germič
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

Re: Upload-problem with IE

2001-08-01 Thread Gerhard Egger <[EMAIL PROTECTED]>
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.

Re: Upload-problem with IE 2

2001-08-01 Thread Gerald Richter
> 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]

Re: Upload-problem with IE

2001-08-01 Thread Gerald Richter
> > [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

Upload-problem with IE

2001-08-01 Thread Gerhard Egger <[EMAIL PROTECTED]>
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

Re: File Upload problem

2001-03-26 Thread Gerald Richter
> 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

File Upload problem

2001-03-26 Thread Jeremy Le
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.