Need JS method to select a directory (not file)

Status
Not open for further replies.
HTML allows a user on the client-side to select a file using the <INPUT type="file" ...> construct.

I'm looking for a similar ability to have the selection of a directory on the client side. My constraints are that the only non-vanilla HTML solutions allowed are javascript.

Anyone have any insight on how to do this?

Thanks!
 
Status
Not open for further replies.
Back