Click to See Complete Forum and Search --> : Let User Choose A Folder


IceMetalPunk
12-03-2003, 08:07 PM
Hi-
I'm new to forums, but I have a question. When you do something like this:
<input type="file">
It lets the user choose a file from thier computer. I would like the user to be able to choose a FOLDER on thier computer. I tried this:
<input type="folder">
But it does not work :( . Anyone have any suggestions? I have already set it up so that it will work on IE on a windows platform, but they have to choose a file INSIDE the folder.

-IceMetalPunk (Kevin):)

Khalid Ali
12-03-2003, 08:16 PM
I doubt that you can do that....if you are trying to get more files uploaded?
you can add more instances of input type="file and upload more files

IceMetalPunk
12-04-2003, 01:44 PM
Actually, I'm using active X Objects, and I would like the user to be able to choose a folder to save some files in.

-IceMetalPunk