This documentation is for the old version. Go to the latest Upload Suite docs

informationBar.show(String,String) Method

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".