![]() |
ASP.NET and Office apps, track filesize changes
Hi, I have an asp.net application (1.1) and when a user clicks on a
link it opens up a word document. A user can then make changes to the doc and then close the document; My app needs to track the size of the document when a user closes the doc, if it has changed then we can assume that the doc has been modified in some way. I am probably right when I assume that there is no way my asp.net page can be informed that the word doc is closing so what would be the best way to tackle the above problem? Thanks for any advice Mike |
Re: ASP.NET and Office apps, track filesize changes
mikejacobz@gmail.com wrote in news:1148858576.620552.66830@
38g2000cwa.googlegroups.com: > I am probably right when I assume that there is no way my asp.net page > can be informed that the word doc is closing so what would be the best > way to tackle the above problem? You could load a service on your server - have the service monitor a directory using a FileSystemWatcher. Or you could schedule an hourly process to scan the directory to update file sizes. What you might want to include as well is a hash of each file - because changes could be made to a file but the size might not change. |
Re: ASP.NET and Office apps, track filesize changes
Hi, thanks for the suggestions :)
Regards Mike |
| All times are GMT. The time now is 07:15 AM. |
Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.