html5 - HTML/Javascript: Getting a List of all files and subdirectories in a given directory -


i working on interface allows access file system on client side. user should able browse through file system, select directory , system display list of files , sub-directories of selected directory.

i have tried using html5 file api, apparently allows users select files (not folders).

any pointers/help in direction appreciated.

this cannot done in javascript potential security issue. files selected user via file dialog can accessed using javascript.

here's pretty nice article on file api if haven't come across yet.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -