Anshul Ayushya
Anshul Ayushya

Reputation: 131

Multiple upload files in Oracle apex 4.1

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

Answers (1)

Littlefoot
Littlefoot

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

  • 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)?

Upvotes: 1

Related Questions