$_FILES['file']['tmp_name']; will contain the temporary file name of the file on the server. This is just a placeholder on your server until you process the file
$_FILES['file']['name']; contains the original name of the uploaded file from the user's computer.