<input type="file"> will only stop when a file is chosen. How do I get it to select a directory? I know there isn't an <input type="dir">. Just wondering if there is an undocumented attribute for just getting dirs.
I'll be working in vbscript and on IE only so there is no need to worry about cross browser compatibility.
I'll be working in vbscript and on IE only so there is no need to worry about cross browser compatibility.