I am trying to fetch an image from a local directory and would love to allow the user a preview before uploading the picture to the server; so my question is will I be able to extract the exact directory of the image from the $_FILES variable instead of its "tmp_name" since I could not use the "tmp_name" value as src=" " for the HTML "IMG" tag;
thanks in advance!