Click to See Complete Forum and Search --> : browse window-which allows user to selects a file


vamsi_web
02-15-2003, 01:30 AM
Hai ...in my project i should allow users to select a file and the submit it in the system in the system in which they r operating from...(similar to the window which we get when we try to attach some files with our mails ....)so i need to diplay similar window when the user clicks "browse" button...i dont know how to do it..plz suggest me a way..

tahnks in advance

Nevermore
02-15-2003, 04:08 AM
<input type=file>

Charles
02-15-2003, 04:15 AM
You'll need a bit more than that to get it to submit properly. See http://www.w3.org/TR/html4/interact/forms.html for details.