informationBar.show(String,String) Method ActiveX/Java Uploader JavaScript

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Shows custom message in information bar.

Syntax

JavaScript
$au.uploader('uploaderID').informationBar().show(text, type);

Parameters

text

Type: String

Text of the message.

type

Type: String

Type of the message, which can be "Error" or "Message".