I have an oracle table to store images. I can upload images successfully and I have checked the record in the database. It has filename, content type and content, the content is stored as binary data (BLOB). The length of the image is 44377.
However, when I try to show the image on outsystem, it shows a TTC error. How can I show the image which is stored in oracle?
Thank you
Hi Eva
Can be a known bug. Look at this post
it seems to be an bug from the Oracle version.
Regards