after uploading the image to a folder. how to display the image..
its my upload.php
You mixed up some quotes. It should be :
$image = $_FILES["file"]["name"]; $img = "upload/".$image; echo "";