I would like to capture the modification date from a log file on the client machine in order to warn users (technical on an internal website) that they have not run updates for a given subsystem.
Is there a way to do this? I've done this sort of thing before, but reading the date on a file on the webserver. Getting the date from a file on the client seems to be an entirely different matter. Not sure if JavaScript would offer a solution, I'm not that up on JS.