PDA

View Full Version : Opening letters from db


pracctice
November 17, 2006, 16:09:30
Hi,
We store word docs in a database and I'm looking to try and open the letter for viewing/editing. If I take the byte array from the database and write it as a file on the server it all works fine I am doing this using the BrowserApp example on the site ie document.getElementById('BrowserApp').LoadFile("Documents\\doc.doc");

Ideally I'd like to not have to write the file to the server first but pass the byte array directly to the control and save it straight from the control back to the database. Is this possible?

Cheers

Björn Meyer
November 20, 2006, 10:20:25
Hello

TX Text Control .NET Server's BrowserTextControl requires to load and save documents from or to a physical file. Currently, it is not possible to load documents from a memory variable into the control.