jakartaee / faces

Jakarta Faces
Other
102 stars 54 forks source link

Faces 4.0: h:inputFile multiple="true" #1555

Closed BalusC closed 3 years ago

BalusC commented 3 years ago

Add support for multiple="true" in h:inputFile.

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#attr-multiple

Example implementation: https://showcase.omnifaces.org/components/inputFile

BalusC commented 3 years ago

PR created in Mojarra repo: https://github.com/eclipse-ee4j/mojarra/pull/4836

BalusC commented 3 years ago

We should add integration test for this one.

melloware commented 3 years ago

PR created in MyFaces repo: https://github.com/apache/myfaces/pull/191