Is there a way to get the Last-Modified-Date of a file on a Web Site?
i.e. Here is an example file I have out there: http://www.ymcadetroit.org/atf/cf/%7B2101903E-A11A-4532-A64D-9D823368A605%7D/Birmingham_Youth_Sports_Parent_Manual.pdf
|
|
Is there a way to get the Last-Modified-Date of a file on a Web Site? i.e. Here is an example file I have out there: http://www.ymcadetroit.org/atf/cf/%7B2101903E-A11A-4532-A64D-9D823368A605%7D/Birmingham_Youth_Sports_Parent_Manual.pdf
|
||
|
|
|
I believe the web server must be configured to send the last-modified date in an HTTP-header, this is certainly one way. Check out section 14.29 Last-Modified of this document: |
||
|
|
|
|
Here is some C# code to do it:
|
||
|
|
|
|
The HTTP intends the On static files whose content is sent directly to the client and not interpreted otherwise by the server (e.g. So if a |
||
|
|
|
|
With just plain HTML, no you cannot. You can with PHP, or ASP, or any other server side language. |
||
|
|