SyntaxFix
Write A Post
Hire A Developer
Questions
$_FILES["file"]["tmp_name"] contains the actual copy of your file content on the server while $_FILES["file"]["name"] contains the name of the file which you have uploaded from the client computer.
$_FILES["file"]["tmp_name"]
$_FILES["file"]["name"]