Documents and Database Users
Posted: Wed Jan 24, 2007 1:47 pm
I am trying to determine the best approach to handling files via the web.
I have a database for a web application that authenticates users (mySQL).
We want to add teh capability for users to download files within the application.
What are teh recommended methods?
Loading the files into the database?
Storing on teh o/S? If so, how do I secure them from someone directly typing direct access to them?
Any ideas or recommendations would be great.
Thanks
JE
I have a database for a web application that authenticates users (mySQL).
We want to add teh capability for users to download files within the application.
What are teh recommended methods?
Loading the files into the database?
Storing on teh o/S? If so, how do I secure them from someone directly typing direct access to them?
Any ideas or recommendations would be great.
Thanks
JE