| Info | Value | 
|---|---|
| Component Type | org.primefaces.component.FileUpload | 
| Display Name | None | 
| Handler Class | org.primefaces.component.fileupload.FileUploadHandler | 
| Renderer Type | org.primefaces.component.FileUploadRenderer | 
| Description | None | 
| Name | Required | Type | Description | 
|---|---|---|---|
| id | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Unique identifier of the component in a namingContainer. | 
| rendered | false | javax.el.ValueExpression(must evaluate to java.lang.Boolean) | Boolean value to specify the rendering of the component, when set to false component will not be rendered. | 
| binding | false | javax.el.ValueExpression(must evaluate to javax.faces.component.UIComponent) | An el expression referring to a server side UIComponent instance in a backing bean. | 
| value | false | javax.el.ValueExpression(must evaluate to java.lang.Object) | Value of the component. | 
| converter | false | javax.el.ValueExpression(must evaluate to java.faces.convert.Converter) | An el expression or a literal text that defines a converter for the component. When it's an EL expression, it's resolved to a converter instance. In case it's a static text, it must refer to a converter id. | 
| immediate | false | javax.el.ValueExpression(must evaluate to java.lang.Boolean) | When set true, process validations logic is executed at apply request values phase for this component. Default is false. | 
| required | false | javax.el.ValueExpression(must evaluate to java.lang.Boolean) | Marks component as required. | 
| validator | false | javax.el.ValueExpression(must evaluate to javax.faces.validator.Validator) | A method expression referring to a method validationg the input. | 
| valueChangeListener | false | javax.el.ValueExpression(must evaluate to javax.faces.event.ValueChangeListener) | A method binding expression referring to a method for handling a valuchangeevent. | 
| requiredMessage | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Message to display when required field validation fails. | 
| converterMessage | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Message to display when conversion fails. | 
| validatorMessage | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Message to display when validation fails. | 
| widgetVar | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Name of the client side widget. | 
| update | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Client side ids of the component(s) to be updated after file upload completes. | 
| process | false | javax.el.ValueExpression(must evaluate to java.lang.String) | No Description | 
| fileUploadListener | false | javax.el.ValueExpression(must evaluate to javax.el.MethodExpression) | Method expression to listen file upload events. | 
| multiple | false | javax.el.ValueExpression(must evaluate to java.lang.Boolean) | Allows multi file uploads, turned off by default. | 
| auto | false | javax.el.ValueExpression(must evaluate to java.lang.Boolean) | When set to true, selecting a file starts the upload process implicitly. Default is false. | 
| label | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Label of the browse button, default is 'Choose' | 
| allowTypes | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Semi colon separated list of file extensions to accept. | 
| sizeLimit | false | javax.el.ValueExpression(must evaluate to java.lang.Integer) | File size limit in bytes. Default is unlimited. | 
| showButtons | false | javax.el.ValueExpression(must evaluate to java.lang.Boolean) | Defines visibility of upload and cancel buttons in button bar. Default is true | 
| style | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Style of the main container element. | 
| styleClass | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Style class of the main container element. | 
| mode | false | javax.el.ValueExpression(must evaluate to java.lang.String) | No Description | 
| uploadLabel | false | javax.el.ValueExpression(must evaluate to java.lang.String) | No Description | 
| cancelLabel | false | javax.el.ValueExpression(must evaluate to java.lang.String) | No Description | 
| invalidSizeMessage | false | javax.el.ValueExpression(must evaluate to java.lang.String) | No Description | 
| invalidFileMessage | false | javax.el.ValueExpression(must evaluate to java.lang.String) | No Description | 
| dragDropSupport | false | javax.el.ValueExpression(must evaluate to java.lang.Boolean) | No Description | 
| onstart | false | javax.el.ValueExpression(must evaluate to java.lang.String) | No Description | 
| oncomplete | false | javax.el.ValueExpression(must evaluate to java.lang.String) | No Description | 
| disabled | false | javax.el.ValueExpression(must evaluate to java.lang.Boolean) | No Description | 
Output generated by Vdldoc View Declaration Language Documentation Generator.