Gets or sets the server to upload to.
var u = $au.uploader({ //...other params... }); var nx = $au.nirvanixExtender(u); nx.uploadHost(""); //...other params... u.writeHtml();
Type: String
The server to upload to.
Default value is "".