Skip to Main Content

Oracle Forms

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!

How to show an Image got as BASE64 string from a Web-Service in a Form?

user12240205Aug 15 2012 — edited Sep 27 2012
We get images from a document management system. Images are sent through a web-service which sends us a base64 version of the image as a string.

We have to convert that into a Blob and show in the form (Forms 10g Release 2) as an image.

We can convert the base64 to a blob, but unable to show it in the form.

We cannot reference any image item directly in code. i.e. We can't do this
:control.image11 := p_blob;
How can we do this please??
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 25 2012
Added on Aug 15 2012
8 comments
2,003 views