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

nirvanixExtender.destFolderPath Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a destination path of the files being uploaded.

Syntax

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

Property Value

Type: String

The destination path of the files being uploaded.

Default value is "".

See Also

Reference