I've been searching the web for a way to recursively enumerate files inside a directory through Javascript, inside a browser.
Looking at the File API I could not find anything.
Could someone point me to some other API or tell me if it is possible to accomplish this?