|
i need help in processing word documents in DB directly... -- francis --
im currently building a module where weekly reports (in MS Word) are submitted to a page and stored in the database. ive alrady done the upload and retrieval,but i don't know if there's a way to retrieve the document from the database (SQL Server), display it on the web page, and when the user clicks on file>save,the document is automatically updated in the database.. ive been researching on this for a week but so far i havnt found a method to accomplishing the task. i was thinking of just doing a file server,but as much as possible id like to stick to using the database for the files. tnx in advance for those who will post back |