Question
Writing MS Word Blob using cffile
We are saving a MS Word document to our Oracle 10g database
for retrieval later. When we select the blob and write the file,
everything works fine as long as the word doc doesn't have images.
If the word doc has images I get a message tell me that "The
document name or path is invalid" even though they are not. For
some reason it seems that the file encoding is thrown off by having
image in the file. Any Ideas ? (Code posted below).