At Thu, 12 May 2005 12:51:43 +0300, Michael Stepanov wrote:
> It seems that file was uploaded but before reading procedure was
> started file handler was closed by
> some reason.
[...]
> I use: - Linux RedHat 9, Embperl/2.0b9, Apache/2.0.40,
> mod_perl/1.99_07-dev, Perl v5.8.0
Hrm. A problem matc
Thanks, Gerald for your quick answer. I've resolved that problem. It's
related with old version of Embperl and latest version of CGI. You've
fixed that bug in 2.0b11: Fixed problem with CGI.pm 3.01+, which
deletes uploaded files, when CGI object is destroyed.
So, after upgrating Embperl till l
Hi,
>
> Recently, I've found in Apache log file that message:
> Warning in Perl code: readline() on closed filehandle
> fh1C%3A\fts\receive\PBW036H3.023
>
> It seems that file was uploaded
I guess there was some thumb client (maybe a robot) which pass invalid data
to your form.
> but