How to open a select folder window?
-
:eek:in HTML,i can give following :
This will popup a file selection popup dialog box. This dialog box, does not allow me to select directory. It only allows me to select a file. I want to allow the user to select a directory. How can i do this ? Any immediate help would be much appreciated. jessica123
-
:eek:in HTML,i can give following :
This will popup a file selection popup dialog box. This dialog box, does not allow me to select directory. It only allows me to select a file. I want to allow the user to select a directory. How can i do this ? Any immediate help would be much appreciated. jessica123
There is no built in functionality with this control to do that. I sorta circumvented the problem once by setting the size of textbox part of the control to 0 so it is invisiible and then setting another textbox next to it. Whenever a user chooses a file, the directory of where that file is in would appear in the textbox. There is some coding involved, but it is rather trivial. This is the best quick fix I can offer. sivilian