primefaces

Tag fileUpload

Component Information 
InfoValue
Component Typeorg.primefaces.component.FileUpload
Handler Classorg.primefaces.component.fileupload.FileUploadHandler
Renderer TypeNone
DescriptionNone
Attributes 
NameRequiredTypeDescription
acceptfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Comma separated list of content types to accept.
autofalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
When enabled, upload starts automatically after selection.Default is false.
bindingfalsejakarta.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.
cancelButtonStyleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the cancel button.
cancelButtonTitlefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Title attribute of the cancel button.
cancelIconfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Icon of the cancel button.Default is pi pi-times.
cancelLabelfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Label of the cancel button.Default is Cancel.
chooseButtonStyleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the choose button.
chooseButtonTitlefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Title attribute of the choose button.
chooseIconfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Icon of the choose button.Default is pi pi-plus.
converterfalsejakarta.el.ValueExpression
(must evaluate to jakarta.faces.convert.Converter)
EL expression resolves to a converter instance or literal converter ID defining a component converter.
converterMessagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
disabledfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Disables the component.Default is false.
displayFilenamefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether to display the filename in simple mode.Default is false.
dragDropfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Enables drag and drop functionality.Default is true.
dropZonefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Search expression to resolve a component as drop zone.
globalfalsejakarta.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.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.Default is generated.
ignoreAutoUpdatefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
If true, ajax requests will not update components with autoUpdate="true".Default is false.
immediatefalsejakarta.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.
labelfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Label of the choose button.Default is Choose.
listenerfalsejakarta.el.ValueExpression
(must evaluate to jakarta.el.MethodExpression)
Method expression to invoke when a file is uploaded.
maxChunkSizefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Long)
Maximum chunk size in bytes for chunked uploads. 0 means no chunking.Default is 0L.
maxRetriesfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Maximum number of retries for failed chunk uploads.Default is 30.
messageTemplatefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Template for displaying file information.
modefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Mode of the fileupload, 'simple' or 'advanced'.Default is advanced.
multiplefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Allows multiple file selection.Default is false.
onAddfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a file is added.
oncancelfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when upload is cancelled.
oncompletefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when upload completes.
onerrorfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when upload fails.
onstartfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when upload starts.
onuploadfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a file is uploaded.
onvalidationfailurefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when validation fails.
previewWidthfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Width of the preview in pixels.Default is 80.
processfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Component(s) to process in partial request.
renderedfalsejakarta.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.
requiredfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Marks component as required.Default is false.
requiredMessagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
retryTimeoutfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Timeout in milliseconds between retries.Default is 1000.
sequentialfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Uploads files sequentially instead of in parallel.Default is false.
skinSimplefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Applies simple skin to the component.Default is false.
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Inline style of the component.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the component.
titlefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Title attribute of the file input.
updatefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Component(s) to update in partial request.
uploadButtonStyleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the upload button.
uploadButtonTitlefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Title attribute of the upload button.
uploadIconfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Icon of the upload button.Default is pi pi-upload.
uploadLabelfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Label of the upload button.Default is Upload.
validatorfalsejakarta.el.ValueExpression
(must evaluate to jakarta.faces.validator.Validator)
A method expression referring to a method validating the input.
validatorMessagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
valuefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Value of the component.
valueChangeListenerfalsejakarta.el.ValueExpression
(must evaluate to jakarta.faces.event.ValueChangeListener)
A method binding expression referring to a method for handling a valuchangeevent.
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.

Output generated by Vdldoc View Declaration Language Documentation Generator.