I'm using apex 5.1.4 and universal theme.
I have an Oracle directory app_files that has different types of files like pft, txt file or image.
I have a page where I created a button called download and I need to create a dynamic action to get a specific file from this Oracle directory. I do not want to list the files in a report with download link since the page requires specific file depending on the option selected.
Example In this file directory I have
file001.pdf -- receipt
fille002.txt -- memo
file003.jpg. -- attachement
Page items.
Type
1. select list with value receipt, memo or, attachment.
2. download button
DA.
Based on the type it would download the corresponding file to the user pc.
thanks