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.