We are designing an application which would also have a need to manage a large number of files (docs, spreadsheets, scanned files, pdfs, etc.). We will need to associate files with other data in the system.
This will be a web-based application.(asp.net)
While there are many ways to solve this problem, I am thinking whether there is document management backend which we can plug into the software, and use its API to store, retrieve and reference files.
There must be some, but do you know of any open source ones that you have used in the past.
Thanks.