HTML5/Javascript searching for existence of files in local directory -


i'm trying allow web application check existence of files in user's local directory (the searches repeat in background).

i've researched amount , found 1 of ways seems possible filesystem api, available in chrome. main issue web app running on internet explorer (if not exclusively).

are there ways implement functionality html5/js?

thanks


Comments