-
New Feature
-
Resolution: Unresolved
-
Normal
-
None
-
6.0.0
When using the FileUpload component directly in Java code, and I use FileUpload.get(..) it opens a dialog that allows to upload multiple files. It should be a way to open directly the file browser window because sometimes we don't want to upload more than one file. Currently, the only way to do that is to use a button in ZUL with the attribute "upload=true".