Discussions
How to display multiple images stored in the database?
Hello!
I am developing an application in APEX 5.0, where a search of a town is made and several images should be displayed. The table where the photos are recorded has the following structure:
ID NUMBER
TOWN varchar2
photo BLOB
How can I do this? I searched the internet and many pages talk about the APEX_UTIL package and the GET_BLOB_FILE_SRC procedure but I could not.
Tagged:
0