View BLOB Image in Image Component
Summary:
I have a REST API hosted in Oracle ORDS which is giving me an image in response (source type = Media Resource). Below is a sample query
SELECT
image_content_type content_type,
employee_image content
FROM
employees
WHERE
employee_id = :employee_id;
How can I show this image in my Visual Builder Image component ?
Tagged:
0