javascript - How can i display the merged contents of local files from a js+html page running locally -
i have bunch of files(not text files) on disk. need display merged contents of these files in html page opened locally on load. possible without using active-x? objective create summary of set of files , @ same time keep summary file small. infact of files data need summarize html files.
if possible can choose sections of text in each file part of summary?
it great if solution have wide browser support. example lot.
thanks.
open files in iframes pull source of each , process it. since coming own machine, there should not cross-domain problem.
Comments
Post a Comment