File - caf_f:validateFile

Validator Information 
InfoValue
Validator IDcom.webmethods.caf.faces.validator.File
Handler ClassNone
Description Size and content type validation for uploaded files
Palette LocationCAF Core/Validator/File
Attributes 
NameRequiredTypeDescription
acceptContentTypesfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSV of mime types that are allowed to be attached
acceptContentTypesMessagefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Validation Message to display when a file type is not allowed.
acceptFileExtensionsfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSV of file extensions that are allowed to be attached
acceptFileExtensionsMessagefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Validation Message to display when a file extension is not allowed.
maxFileSizefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Maximum file size (in bytes) that are allowed to be attached
maxFileSizeMessagefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Validation Message to display when a file is too large.

Output generated by Vdldoc View Declaration Language Documentation Generator.