I understand what I want to do, but not sure how code
it. I want to have a download section on my website
for private downloads, the security side is simple user/pass
on mysql database, already in place.
What is the best strategy for making the files private?
- Use a private folder on the server, using an internal redirect
to let the user get the file ?
- Store the files in the database as binary and stream
that to the client ?
Suggestions ?
it. I want to have a download section on my website
for private downloads, the security side is simple user/pass
on mysql database, already in place.
What is the best strategy for making the files private?
- Use a private folder on the server, using an internal redirect
to let the user get the file ?
- Store the files in the database as binary and stream
that to the client ?
Suggestions ?
