cooldude832 Posted June 26, 2007 Share Posted June 26, 2007 Whats the best way (with php) to protect files and limit outside users from downloading it? I will have a mysql table with when users have purchased my "e-goods" and are allowed A SINGLE download of it. Any ideas? Without having to make a complete file downloading system Quote Link to comment Share on other sites More sharing options...
mkoga Posted June 26, 2007 Share Posted June 26, 2007 A possible solution would be to use Headers to send binary data from the database. Quote Link to comment Share on other sites More sharing options...
cooldude832 Posted June 26, 2007 Author Share Posted June 26, 2007 Store the files in the database and then what? This file is a fairly large .avi/mpg so is that smart to db it? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.