Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: How can i get file dialog box by on click of image.


Message #1 by "shreedhar" <shreedhar@l...> on Mon, 11 Mar 2002 14:02:57 +0530
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

  Return to Index