Is it possible to show an image in a shared folder on the form, without saving it to the database?
I have a product page and I want to show the image of this product, which is in a folder, I only save the location of this image in the database.
How can I do this? My Apex version is 22.02.00
-- this image apex shows when the item is a url-based display image
https://www.oracle.com/a/ocom/img/dc/em/oracle-apex.png
-- but this one doesn't show, even though I can see it in the browser with this url.
file:///C:/Users/portland/Desktop/Projetos/Projeto%20Construclima/imagens/Imagens/1.jpg
what's wrong?