1 Solved Topic
Remove Filter I have a situation where a file upload program that has been running without any problems for months now suddenly uploads completely empty files. When I turn on warnings (perl -w), I get a message like the following: [code]FATAL WARNING: read() on closed filehandle fh00001license.txt at CDownloadEditor.pm line 293.[/code] Here … |
The End.