is there a folder dialog control in asp.net?
i want the user to press a button and select a folder (not a file). i tried using the input in this way:
<input type="file" runat="server" id="d" />
but it enabled me to browse a file and not a folder.
any help?