Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Open download file in new window.

vkJun 5 2013 — edited Jun 6 2013
Hi,

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?
This post has been answered by Jens Marre on Jun 6 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 4 2013
Added on Jun 5 2013
8 comments
3,529 views