| Info | Value |
|---|---|
| Component Type | org.primefaces.component.FileUpload |
| Handler Class | org.primefaces.component.fileupload.FileUploadHandler |
| Renderer Type | None |
| Description | None |
| Name | Required | Type | Description |
|---|---|---|---|
accept | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Comma separated list of content types to accept. |
auto | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| When enabled, upload starts automatically after selection.Default is false. |
binding | false | jakarta.el.ValueExpression
(must evaluate to jakarta.faces.component.UIComponent)
| An EL expression referring to a server side UIComponent instance in a backing bean.Default is generated. |
cancelButtonStyleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Style class of the cancel button. |
cancelButtonTitle | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Title attribute of the cancel button. |
cancelIcon | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Icon of the cancel button.Default is pi pi-times. |
cancelLabel | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Label of the cancel button.Default is Cancel. |
chooseButtonStyleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Style class of the choose button. |
chooseButtonTitle | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Title attribute of the choose button. |
chooseIcon | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Icon of the choose button.Default is pi pi-plus. |
converter | false | jakarta.el.ValueExpression
(must evaluate to jakarta.faces.convert.Converter)
| EL expression resolves to a converter instance or literal converter ID defining a component converter. |
converterMessage | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
disabled | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Disables the component.Default is false. |
displayFilename | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether to display the filename in simple mode.Default is false. |
dragDrop | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Enables drag and drop functionality.Default is true. |
dropZone | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Search expression to resolve a component as drop zone. |
global | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Global AJAX requests are listened by ajaxStatus component, if disabled only ajaxStatus components defined in parent naming containers are notified.Default is true. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Unique identifier of the component in a namingContainer.Default is generated. |
ignoreAutoUpdate | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| If true, ajax requests will not update components with autoUpdate="true".Default is false. |
immediate | false | jakarta.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. |
label | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Label of the choose button.Default is Choose. |
listener | false | jakarta.el.ValueExpression
(must evaluate to jakarta.el.MethodExpression)
| Method expression to invoke when a file is uploaded. |
maxChunkSize | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Long)
| Maximum chunk size in bytes for chunked uploads. 0 means no chunking.Default is 0L. |
maxRetries | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Maximum number of retries for failed chunk uploads.Default is 30. |
messageTemplate | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Template for displaying file information. |
mode | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Mode of the fileupload, 'simple' or 'advanced'.Default is advanced. |
multiple | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Allows multiple file selection.Default is false. |
onAdd | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Client side callback to execute when a file is added. |
oncancel | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Client side callback to execute when upload is cancelled. |
oncomplete | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Client side callback to execute when upload completes. |
onerror | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Client side callback to execute when upload fails. |
onstart | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Client side callback to execute when upload starts. |
onupload | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Client side callback to execute when a file is uploaded. |
onvalidationfailure | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Client side callback to execute when validation fails. |
previewWidth | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Width of the preview in pixels.Default is 80. |
process | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Component(s) to process in partial request. |
rendered | false | jakarta.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.Default is true. |
required | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Marks component as required.Default is false. |
requiredMessage | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
retryTimeout | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Timeout in milliseconds between retries.Default is 1000. |
sequential | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Uploads files sequentially instead of in parallel.Default is false. |
skinSimple | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Applies simple skin to the component.Default is false. |
style | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Inline style of the component. |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Style class of the component. |
title | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Title attribute of the file input. |
update | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Component(s) to update in partial request. |
uploadButtonStyleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Style class of the upload button. |
uploadButtonTitle | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Title attribute of the upload button. |
uploadIcon | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Icon of the upload button.Default is pi pi-upload. |
uploadLabel | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Label of the upload button.Default is Upload. |
validator | false | jakarta.el.ValueExpression
(must evaluate to jakarta.faces.validator.Validator)
| A method expression referring to a method validating the input. |
validatorMessage | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
value | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Object)
| Value of the component. |
valueChangeListener | false | jakarta.el.ValueExpression
(must evaluate to jakarta.faces.event.ValueChangeListener)
| A method binding expression referring to a method for handling a valuchangeevent. |
widgetVar | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Name of the client side widget. |
Output generated by Vdldoc View Declaration Language Documentation Generator.