JARCH SHOWCASE
JARCH SHOWCASE
FileUpload - Multiple Multiple mode allows multiple files to be selected from the native file dialog. Note that legacy browsers do not support multiple selection.
Choose
<a:form>
    <a:fileUpload listener="#{fileUploadView.handleFileUpload}" mode="advanced" dragDropSupport="false"
                  multiple="true" update="messages" sizeLimit="100000" fileLimit="3" allowTypes="/(\.|\/)(gif|jpe?g|png)$/" />

    <a:growl id="messages" showDetail="true" />
</a:form>
                
JARCH, Copyright © 2022 All rights reserved. Running JARCH 24.3.0-SNAPSHOT on PrimeFaces-12.0.0 on Mojarra-2.3.13.