I just want to write html for a browsing button by which I can only select the location of a particular folder or drive i.e. c:\abc\def.
However, I tried <input type=file />
but it is not I want but in same way.
Strictly, I just want only the folder path and after selecting it,I need to write it in a textbox. I think it can be done the same way as <input type=file />
but for the folders.
And also I don't wanna use JPanals (swing/applets).
Any idea on this? Please help.
Thanks in advance.