Preview a Dynamic Content region as a PDF in your Oracle APEX application
Introduction
Including Dynamic content regions in an Oracle APEX application has sort of become a common practice by most developers due to its ability to render any HTML or text using the PL/SQL Web Toolkit. There are several use cases such as displ...
kehindeadeyemi.hashnode.dev3 min read
shajin
Hello sir, i have some doubts on this...
In the dynamic action you have issued a command to delete files from apex_application_temp_files, then in JavaScript u just previewing it. on the next Ajax call u are getting file/data from apex_application_temp_files which u have deleted earlier and i believe u missed to explain how to add files to apex_application_temp_files.. can u explain this