This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
Is it possible to browse a directory rather than files in java script. I saw similar quesitons in this forum but I do not see a complete solution to this.
Can someone advise.
Or if there is an alternate way to accomplish this functionality
You can't browse anything in JavaScript. If you are really asking about the file input control, then sure, you can browse folders to your heart's content. but you can only select a file.