Getting a directory name from a form
Getting a directory name from a form
(OP)
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>
RE: Getting a directory name from a form
Where to upload someting?
Something different?
-- Jason
"It's Just Ones and Zeros"
RE: Getting a directory name from a form