I have implemented upload/download functionality for my Flex 4 application. I want to view the uploaded document in the browser (primarily in IE 7+). I have the FileReference object which saves/downloads the attachment on the machine. I have stored the document in the Oracle Database as a BLOB
and on Flex side as ByteArray
object.
Is there any way I can view the document in browser without downloading the file?