-
Type:
New Feature
-
Resolution: Unresolved
-
Priority:
Normal
-
None
-
Affects Version/s: 6.0.0
-
Component/s: Components
-
None
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".