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
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.
This has been done in Domino 12.0.2 , for details see https://help.hcltechsw.com/dom_designer/12.0.2/xpageuser/wpd_controls_cref_fileupload.html
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.
By adding the attribute to the uploadcontrol solves the problem
<xp:this.attrs>
<xp:attr name="multiple" value="multiple"></xp:attr>
</xp:this.attrs>