Having read the answer to this question: How to upload folder in web application', is a web application able to browse a folder structure on the client user's machine?
This would be useful to, say, upload all files and subfolders within a nested folder structure without the user having to navigate the entire target folder heirarchy herself.
I assume this is not possible because HTML/Javascript executing by itself (not in conjunction with Java or Flash plugin) does not have permission to browse folders the client machine? But some of my colleagues disagree so I want to put the question out there.
If it is possible, then how? I'm looking for the theory here, not a full code solution, but not so theoretical that you've never verified it.