How to upload multiple files in Oracle Apex 4.1, currently single file is getting uploaded in the existing page of an application. Please suggest any quick way to get this done.
1
votes
1 Answers
1
votes
One option is to - before loading - merge all input files into one, and then upload one "large" file.
Apex 4.x doesn't support what what I'm going to write next.
Another - probably better for you - would be to
- edit Data Load Source page (generated by the wizard),
- navigate to the "File Browse ..." item (let's call it
P1_FILE_NAME), - go to the "Settings" section and
- enable Allow Multiple Files
This option works from 5.x onwards, so - if you're still on 4.x, I'd suggest you to upgrade to a more recent version (why not 19.x)?