javascript - Alternative solution to browser reading the contents of local file system -
i absolutely understand browser cannot read contents of local file. client still has following requirements need cater:
1). there installer create folder bunch of html , js files. html files refer js files using tag.
2). web application (running through http:/localhost/) have link, on click read required html file.
i aware 1 approach using activexobject, ie specific. there alternative approach can assist me with? or should respond no solution exists such kind of scenario?
Comments
Post a Comment