Click here to Skip to main content
15,887,849 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello.

M using asp.net c# and sql server.
How do i check if the user completed the download, i want to make sure that a person download once a song and disable the download to that person.

(I dont have a code yet, i'm still trina find how and m stuck)
Posted

1 solution

You would need client-side code in the web page tracking the download and reporting back to the server that it thinks it's complete.

This is a really BAD idea to implement. What if the user loses the downloaded file and needs another copy? They're screwed and that's not good for business. normally, if someone pays for some downloadable content online they are allowed to come back and download it again.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900