If I use
I get an input box with a browse button. On clicking the browse button, a file dialog comes up and I can choose a file. I'd like to do the same for a directory but input doesn't have a feature to pick up directories. Something like
would be nice. Any idea how I can get around this one?
Code:
<input type=file>
Code:
<input type=dir>