Re: CGI.pm and uploading 4096 byte file

2001-09-20 Thread Kirrily Robert
In lists.projects.perl.modules, you wrote: >Dear Perl Module authors, We're not the authors, we're just the people who help the authors upload their modules to CPAN. >I am using the CGI.pm module from the CPAN, and came across a bug >when uploading a file of 4096 bytes. The last 2 bytes of th

CGI.pm and uploading 4096 byte file

2001-09-20 Thread Kevin Mahony
Dear Perl Module authors, I am using the CGI.pm module from the CPAN, and came across a bug when uploading a file of 4096 bytes. The last 2 bytes of the file were being truncated, so that the uploaded file only contained 4094 bytes. I investigated this a bit and made the following one-line cha