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 Assessment
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
    Feb 17, 2026

    We require a non-xpage, Volt solution similar to what is currently available in iNotes.

  • Guest
    Dec 12, 2025

    the file upload control for xpages shuld also support selection and upload of multiple files.

  • Guest
    Dec 11, 2025

    Voting on behalf of a US Fed customer

  • Guest
    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
    Mar 15, 2023
  • Guest
    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
    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>

41 MERGED

XPages File upload control - support for multiple files

Merged
Up to now (Domino 12.0.2) the file upload control for XPages only supports the upload of one file at the time. Today's modern websites support the upload of multiple files at once. Please extend the upload control so that multiple files can be upl...
over 2 years ago in Domino Designer / XPages 1 Assessment