Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

Status Shipped
Workspace Domino Designer
Created by Guest
Created on Jun 16, 2019

File upload control - support multiple files

The web has evolved since the file upload control on standard web forms was created. You can now upload multiple files. Please extend the functionality to allow multiple files to be uploaded.

 

Edit: to be clear this is for standard web forms, not XPages.

  • Attach files
  • Guest
    Reply
    |
    Jan 23, 2024

    Can't see how this works. And if it does where's the documentation?

    Adding the <xp:attr name="multiple" value="multiple"></xp:attr> lets you select multiple files but only one is attached.

  • Admin
    Thomas Hampel
    Reply
    |
    Mar 15, 2023
    2 replies
  • Guest
    Reply
    |
    Jan 24, 2023

    The solution below should be incorporated as the default, and added as an option in the File Upload properties pop-up dialog, so we don't have to convert the upload to HTML and "hack" this in the POST.

  • Guest
    Reply
    |
    Jun 17, 2019

    By adding the attribute to the uploadcontrol solves the problem

     

        <xp:this.attrs>
                        <xp:attr name="multiple" value="multiple"></xp:attr>                                
                    </xp:this.attrs>