Not to be picky, but that's not what I want. My application would be much more user friendly if my upload GUI has the capability of selecting directories. I know it can be done (for example, in Winamp you can select a music folder via the "add folder" command).
-Joel
It's not possible to get a directory picker dialogue using ordinary HTML.
You could, I suppose, ask your users to pick a file in the directory, and then work out the directory path from that. It's a bit naff, though, and doesn't really help you anyway. A file picker, if configured right, wil send you the actual file they pick. My fix would only tell you the name of a remote directory - you won't be able to read or write to it.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.