Gets or sets a text of the Folder pane header.
$au.uploader({ folderPane: { //...other params... headerText: "<totalLink>total [totalCount]</totalLink>, <allowedLink>Allowed [allowedCount]</allowedLink>", //...other params... } })
Type: String
The text of the Folder pane header. It can contain the following placeholders:
Also this text can contain the following tags:
If no restrictions are specified or all files in a folder are permitted for upload, text in the Folder pane header is not displayed.
Default value is "<totalLink>total [totalCount]</totalLink>, <allowedLink>Allowed [allowedCount]</allowedLink>".
This property is necessary for localization of ActiveX/Java Uploader.