Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Display Blobs within the region

Newbie_apex07Mar 24 2022

Hello using apex 20.2 and DB 19c
Say I have a table with a blob column that will hold below -

application/pdf
application/octet-stream
application/vnd.openxmlformats-officedocument.wordprocessingml.document
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
image/jpeg
image/png
application/msword
application/vnd.openxmlformats-officedocument.presentationml.presentation
application/vnd.ms-excel
message/rfc822

I found many blog post and reference related to PDF and Image display and I have implemented the code and works fine. But how do we get to display inline other blob items above.
any guidance will be helpful.
Thanks

Comments
Post Details
Added on Mar 24 2022
1 comment
501 views