Click to See Complete Forum and Search --> : [RESOLVED] How do I get metadata from a file on the web


ajberry
06-16-2010, 05:09 AM
Hi all,

I have a process I am trying to provide a Proof Of Concept for.

The process is to download a data update. The idea is that I check the files' creation/last modified date to see if it is later than the version of the file we have, and if it is, update the file.

My question is, how do I get metadata from the file on the site (as I cannot use the FileInfo class with a URI)?

ajberry
06-16-2010, 05:28 AM
sorry all, realised I can do the comparisons on the content of the files, rather than the metadata, cheers