Gets or sets a destination path of the files being uploaded.
var u = $au.uploader({ //...other params... }); var nx = $au.nirvanixExtender(u); nx.destFolderPath(""); //...other params... u.writeHtml();
Type: String
The destination path of the files being uploaded.
Default value is "".