When uploading a file in php and then doing an fopen on the $_FILES["file"]["tmp_name"] and waiting a short bit (less than 1 second) the file will get removed from the tmp directory destroying the stream in php causing fclose to throw an error.
This is happening with the open lite speed 1.7.17...