I have a bunch of files(not necessarily text files) on disk. I need to display the merged contents of all these files in a html page opened locally on Load. Is this possible without using Active-X? My objective is to create a summary of a set of files and at the same time to keep the summary file small. Infact most of the files whose data I need to summarize are html files.
If this is possible can I also choose only certain sections of text in each file to be part of the summary?
It would be great if the solution would have a wide browser support. Any example would help a lot.
Thanks.