How can I upload multiple files with JSF 2.2

前端 未结 3 1913
旧时难觅i
旧时难觅i 2020-12-16 00:34

I am trying to add a multiple file upload using h:inputFile. I had a quick look through the source code and it appears that it does not have the option to rende

3条回答
  •  春和景丽
    2020-12-16 01:02

    Even it's quite some time ago: Considering your own comment I would recommend a component like PrimeFaces fileUploadMultiple, mentioning not to forget the needed changes in web.xml and all needed libs for uploading. See it as a workaround or complete solution, based on your needs. PrimeFaces is a quite nice component-lib

提交回复
热议问题