File listing application on Windows : what language ?

Posted by Studer on Stack Overflow See other posts from Stack Overflow or by Studer
Published on 2010-04-24T20:56:29Z Indexed on 2010/04/24 21:03 UTC
Read the original article Hit count: 216

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.

© Stack Overflow or respective owner

Related posts about file

Related posts about listview