0
votes

How to upload multiple files in Oracle Apex 4.2, currently single file is getting uploaded. In 4.2 there is no option like we can change the settings for selection of files to be multiple. Please suggest any quick way to get this done.

1
More info needed. Are you asking about loading files in the APEX builder environment (e.g. uploading js and css files), loading files into the APEX data loader, or loading files into your custom application? For the latter, you may want to check out the Dropzone plugin on apex.world. Also, you have tagged this for APEX version 5 and 5.1 but your title says 4.2 - which version are you using?Jeffrey Kemp
asking for multiple files upload in a a page of an application where single file upload functionality is still running.Anshul Ayushya
In that case, the Dropzone plugin should do the job for you.Jeffrey Kemp

1 Answers

0
votes

As far as I can tell, there's no way to do that, unless you - before loading process - merge those files into one. For example, if those are Excel files, copy/paste contents from all files into one of them, and then load that "huge" file in a single loading session.