How to get the path of a file before its uploaded?
- by user172247
I have an upload box...
< form action="upload_file.php" method="post" enctype="multipart/form-data"><BR>
< label for="file">Filename:</label><BR>
< input type="file" name="file" id="file" /><BR>
< input type="submit" name="submit" value="Submit" />
< /form>
Now when I click browse and get the Image I want to upload and click it, it shows the path of the file into the text box that comes with. Now I want to get that path and insert it into a < img > tag so It will show to get a preview before I upload.