Hello,

I did a search on this but didnt find anything.

I have to list on a web page the contents of a folder and for each file i have to show the file properties (Title, Subject, Author).

when you right click on a file in your harddrive, go to properties and the information i want is in the Summary tab.

Is there a way to do this with PHP ?!

Thank you.

ClyssaN.

    That data is available for only a few type of files and it is stored inside the file. You will have to read the file to grab that information.
    There are many projects on sourceforge and classes on phpclasses that can read that info...

      thanks guys , i will investigate more ...

        Write a Reply...