I need to create a system where users can logon and download any pdf's, word documents or excel spreadsheets related only to them. I can create the login/authentication side of things but I have been reading articles about the best way to store binary data like pdf's. Should I do it on the SQL database or in the file system.
They also want a public section with a list of all their newsletters (stored as pdf's) that anyone can download. I want to allow the business to upload a newsletter and it displays in the list.
Any suggestions on best practice or links to websites that would show me how to implement this.
Thanks
They also want a public section with a list of all their newsletters (stored as pdf's) that anyone can download. I want to allow the business to upload a newsletter and it displays in the list.
Any suggestions on best practice or links to websites that would show me how to implement this.
Thanks