I am using XAMPP on Windows. By printing $_FILES[\"file\"][\"tmp_name\"], it seems that the temporary file was saved at C:\\xampp\\tmp\\phpABCD.tmp. But I cannot se
$_FILES[\"file\"][\"tmp_name\"]
Its specified in upload_tmp_dir in your php.ini file. It is deleted by the system automatically after use.
upload_tmp_dir