Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7955739
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T03:47:03+00:00 2026-06-04T03:47:03+00:00

I found the following javascript example for uploading multiple files in one session: Upload

  • 0

I found the following javascript example for uploading multiple files in one session:
Upload multiple files with a single file element

My question is that in my APEX 3.2 page, I currently have a region that looks like this:
enter image description here

And I want to take out the default ‘File Browse’ and put in the multiple file upload portion in it’s place.

enter image description here

Is there a way to put a region within a region? If not, how can I add an HTML item within a region?

Here is the code that I have in the second screen shot (html region):

<form enctype="multipart/form-data" action="your_script_here.script" method = "post">
    <input id="my_file_element" type="file" name="file_1" >
    <input type="submit">
Files:
<div id="files_list"></div>
<script> 
    var multi_selector = new MultiSelector( document.getElementById( 'files_list' ), 3 );
    multi_selector.addElement( document.getElementById( 'my_file_element' ) );
</script>
</form>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T03:47:05+00:00Added an answer on June 4, 2026 at 3:47 am

    You can create a “Display as Text” item and set your HTML code as the source. Make sure that the item is not set to escape HTML, otherwise you will just see the HTML and not the controls.
    The result comes out like this (I have a text item “Request Title” followed by the display item based on your HTML:
    enter image description here

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

The following javascript code concatenates the matches found by a regular expression. The regular
Going through Javascript documentation, I found the following two functions on a Javascript object
The following is a theoretical question, that I hope someone will be able to
I found the following code on here that I think does what I want,
David Flanagan's excellent book on JavaScript has an example that shows how to perform
I found the following piece of JavaScript code (maybe here at Stack Overflow?) for
With javascript, you can have one object inherit properties from another, so that if
I have a form that generates the following markup if there is one or
I have been experimenting with a jquery script that I found on the following
I'm new to javascript programming. I have found below example while practicing javascript. <html>

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.