Hi,
We have a requirement where users should know whether a file was already downloaded.
Currently this is achieved by the below manual process.
- The first user who downloads a file will manually add a tag to the given file. The value of tag - “downloaded”
- The other users who are interested in the given file can check for the tag value “downloaded” and identify if the file is downloaded/processed.
The problem here is that adding the tag manually is tedious and also users may forget to add the tag. So we want to know if there is a possibility to add the tag automatically on the download action.
Please advise.
Thanks in advance.