specifies the configuration of the Uploader object
var vault = new dhx.Vault("vault", {
uploader:{
// obligatory, the path for upload
target:"/upload",
autosend:false
},
});
See the list of the Uploader configurations options.