after uploading the image to a folder. how to display the image..
its my upload.php
Try this:
header('Content-Type: image/jpeg'); readfile($imgPath);