Re: Strange problem with upload file

2005-05-14 Thread Angus Lees
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

Re: Strange problem with upload file

2005-05-12 Thread Michael Stepanov
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

RE: Strange problem with upload file

2005-05-12 Thread Gerald Richter
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