In an html file, I have:
<form action="save.php" method="post" >
<input type="file" name="file" id="file`enter code here`" />
<input type="submit" name="submit" value="Save" />
So I need the path of the uploaded file to the save.php page, please guide me.
$_FILES['file']['tmp_name']?move_uploaded_file()