File listing application on Windows : what language ?
- by Studer
I need to create a simple application/script able to list the hierarchy of a folder containing subfolders and files (mostly PDF), so that a user can browse easily these files and maybe have a quick preview of them.
The files are all on an internal file server, so the dynamic aspects should all be client-sided.
My goal (and what my boss want) is to provide some sort of an HTML page listing, to have something like this.
The only problem I have now is that I cannot install anything on computers, so I cannot use PHP, Python, ...
This application will only runs on Windows in Internet Explorer.
What are the different possibilities I have ?
I don't know if I can do this but I was thinking of using HTML + Flex.
Thanks for helping.