Hi,
I have the table named CAT_IMAGE to store images:

I have created a form on CAT_IMAGE,
it creates a FILE UPLOAD item for IMAGE.

When I upload the image and then go to SQL Command and type
SELECT CAT_IMAGE_ID, IMAGE_KEY, IMAGE FROM CAT_IMAGE
I get "Unsuported Data Type" in the uploaded row for the IMAGE column.
| CAT_IMAGE_ID | IMAGE_KEY | IMAGE |
| 1 | TEST IMAGE 1 | [unsupported data type] |
Was the image correctly upload?
I want to display later the image in a classic report, but first I want to ensure that I am uploading it properly.I am using APEX 5.0.3.00.03, Oracle XE 11g Release 2 and Universal Theme.
Thanks,