G
Guest
On my corporate Intranet, I've put a simple hyperlink to an executable file
<a href='file://MyShare/MySetup.exe'>MySetup</a>
When a user clicks this link, they are of course presented with the file
download security prompts, but after they choose to run the program insead of
saving it, the modified date of MySetup.exe is CHANGED to the current date
and time. Of course this only happens if the user has write access to the
share and the file attribute is not read-only. This is definitely a browser
problem because if the user runs the exe on the share without using a
hyperlink, the file date remains unchanged.
Besides looking for workarounds like restricting access or using iframe
tags, I'd really like an explanation of this undesirable behaviour.
<a href='file://MyShare/MySetup.exe'>MySetup</a>
When a user clicks this link, they are of course presented with the file
download security prompts, but after they choose to run the program insead of
saving it, the modified date of MySetup.exe is CHANGED to the current date
and time. Of course this only happens if the user has write access to the
share and the file attribute is not read-only. This is definitely a browser
problem because if the user runs the exe on the share without using a
hyperlink, the file date remains unchanged.
Besides looking for workarounds like restricting access or using iframe
tags, I'd really like an explanation of this undesirable behaviour.