my qns scenario:
ok.. for example when i put html codes
<input type=file name=x>
it will display me with a textfield n a "browse" button.
when user click on that button, an open dialog box will open will user
will hve a select a particular file.
when user click on "open" the dialog box will close n the path of the file
will be display in the textfield.
for e.g. the path is:
c:\my document\abc\text.html
now my problem is i want user to specify a specifc destination.. not a
file.
so i want my output to be
c:\my document\abc\
does any other know how to do so? pls inform me immediately if u hve any
solution.. thanks..