Duckjibe Posted May 14, 2003 Posted May 14, 2003 Hi Guys,Okay, I think I've figured out that System.Web.UI.HtmlControls.HtmlInputControl does NOT let me configure it to return a user-selected folder, only files. is it possible to set the control to allow just to browse to a specified folder ? It would be nice if my user didn't have to type in the path everytime. If there isnot, does anyone have any code for a function to do so??? Would be very happy over any help;-) Bye Quote
*Gurus* Derek Stone Posted May 14, 2003 *Gurus* Posted May 14, 2003 No, there is no built-in [X]HTML attribute that allows for this. Quote Posting Guidelines
Duckjibe Posted May 15, 2003 Author Posted May 15, 2003 How can i then get a function that allows to select a path instead of a file? My purpose is to throw this path in a database and use it lateron as a linkcolumn for Datasheetlinks! is there a way to do it???? Quote
*Gurus* Derek Stone Posted May 15, 2003 *Gurus* Posted May 15, 2003 The user will have to enter the path into a text control. There are no browse-for-folder controls implemented in [X]HTML. Quote Posting Guidelines
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.