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

nirvanixExtender.uploadToken Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets an access token to pass into one of the upload methods when performing an upload.

Syntax

JavaScript Initialize
var u = $au.uploader({
    //...other params...
});
var nx = $au.nirvanixExtender(u);
nx.uploadToken("");
//...other params...
u.writeHtml();

Property Value

Type: String

The access token to pass into one of the upload methods when performing an upload.

Default value is "".