Wanted to ask a open question about tracking a file
we are trying to implement a system where we can track and monitor documents as they move around or are e-mailed or circulated over intranet.
This is what we are thinking of doing (assuming everything is all secure)
- user will use a UI to to upload a confidential doc.
- We will add a tracker to the document which is not available to the user
- provide the user with the document with the tracker
- When user circulates it to someone. we will use the tracker to call a server which is setup to invoke a web api call and update database with that user and document details
- based on the data collected, we will see if it was shared appropriately or not
We have SQL server at the backend and WEB API2 for our service operations.
My question is about the various strategies we can use for the tracker??? we are not getting any ideas there and will appreciate any help in that area
All we want to do is that when user open that document..it invokes something...and makes a API call..and we save some information