Welcome Guest, Not a member yet? Register   Sign In
One time download?
#1

[eluser]taewoo[/eluser]
How would you implement a one time download of protected content, say, a PDF?
#2

[eluser]Jamie Rumbelow[/eluser]
I would Generate a token, a mixture of random letters and numbers and md5 hashed, store it into the database, pass it via a URL or something, and when the content is downloaded, remove it from the database.

Just a quick idea, try playing about with this.




Theme © iAndrew 2016 - Forum software by © MyBB