for selecting a file there is a input type file .(input type = file) i want to know what should i do to select a folder ??? is there any input type for save as dialog box . if there is no input type then what method should i use to select a folder.
------------------
mocca az
Ranch Hand
Joined: Mar 07, 2001
Posts: 93
posted
0
What do you want to do with a folder?
kashif iftikhar
Ranch Hand
Joined: Aug 21, 2001
Posts: 43
posted
0
I am working on a network drive project.in this web application user can create folders so when a user upload a file he first select a file secondly he SELECT THE FOLDER ON THE SERVER(ON HIS ACCOUNT) AS DESTINATION OF THE UPLOADED FILE.please tell me how could i do this.