Hi all,
In my web file viewer system, there is a Document Repository folder where store several directories such as A, B. In each A, B directory, there are many files such as A1.doc, A2.xls, A3.txt, etc... B1.doc, B2.xls, B3.txt, etc.... I would like to display more detailed description for each file. How do I can accomplish above issue if I have a table that store Filename and description as following:
Filename | Description
===================
A1.doc | This is quarter report
A2.xls | This is monthly report data
A3.txt | This is contact data
....