[Resolved]Issue with tmp file uploads

#1
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 and php 8.2.9.
 
Top