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

nirvanixExtender.uploadHost Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets the server to upload to.

Syntax

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

Property Value

Type: String

The server to upload to.

Default value is "".