Using Apex 5.0.1, I would like to load an image which is contained in a BLOB variable into a form field which should display it.
The BLOB is available inside a PL/SQL process.
- Which type of form item should I use?
- How can you load the image itself into the field?
Thanks,