How to Show File Download dialog box to let the user download the PDFs to their local machine. In AD
Hi All,
We are using JDev 12.2.1.3.0 and ExtendedRenderKitService to download PDF files in ADF by opening a new tab. We want to show a dialog box that lets users choose where to save the file. However, after searching for solutions—especially using JavaScript—we couldn’t find a way to do this. A Stack Overflow post (link) suggests that browsers block this functionality due to security reasons, preventing direct control over file saving. Is there any workaround or alternative to achieve this? Any suggestions are welcome!
Thanks