Send Large SVG file to new window as external URL
I am working on APEX 20.2. I have a large SVG file (90k+) saved in a CLOB that I would like to present in a simple html window (no CSS, no session, etc.) The closest I can come is running the javascript window.open from which I can send the HTML using an application item containing some of the html. However, the application item can't hold the 90K CLOB. Is there a way to send the CLOB to the new window? For some reason the SVG file displays correctly only in a simple HTML page. Using a PLSQL dynamic region displays