Hello All,
In my web application i allow user to download file. I want to update the database with the filename and date in which the user downloaded.
I want it to happen only one time for the user for that particular file.But User can download many times the same file.How this can be done? Please guide