Open download file in new window.
vkJun 5 2013 — edited Jun 6 2013Hi,
I m using oracle 11g and Apex4.0.2 version
Browser IE8.
I m downloading PDF file when a button is pressed.
The code will be
htp.init;
OWA_UTIL.MIME_HEADER(NVL(L_V_MIME,'application/octet'),FALSE);
owa_util.http_header_close;
WPG_DOCLOAD.DOWNLOAD_FILE(BLOB_content);
It works fine by opening the pdf file.
But I need the pdf file to be opened in new tab page or in new window.
Is it possible?