Reputation: 131
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.
Upvotes: 1
Views: 638
Reputation: 142710
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
P1_FILE_NAME
),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)?
Upvotes: 1