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
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