How to retreve a Word document from an array of bytes ?
hello everyone, I'm working on a project in which I need to save a Word document to a SQL Server table.
When saved , the document goes to the database as an array of bytes.
What is the proper way to retreve the document back from that array of bytes ?
Can you help me with some code example ?