APEX 20.1
I have a modal dialog page. It has a static content region with a IFRAME to display an image or PDF stored in a database table. It uses the recommended technique to use an application process to fetch the blob content.
The iframe link is of the form
<i frame src="f?p=&APP_ID.0:&SESSION.:APPLICATION_PROCESS=download_file::::P1_FILE_ID:1234"></iframe>
However, when the page is rendered as a modal dialog, I find that the link changes to
<i frame src="javascript:apex.navigation.dialog.close(true,<URL>);">
So the region renders empty.
Any idea why? How can I get the modal dialog to leave my link alone?
Thanks