autosend
enables automatic sending of the added file
autosend?: boolean;
Default value: false
Example
const vault = new dhx.Vault("vault_container", {
uploader:{
// obligatory, the path for upload
target:"/upload"
autosend:false
}
});