html_code_clinic thread: How can i get file dialog box by on click of image.
Hi All,
<input id="file2" name="document" size="39" type="file">
which will give input box as well as browse button, clcik event of browse
button will open file dialog box, selection of file will update input box.
But I would like to do the same with one input box(text) and an image
(instead of browse button). OnClick of image should open file dialog box.
Selection of file should update input box.
Is there any idea that how can I do this.
Thanks in advance,
With Best Regards,
sreedhar