autosend

enables automatic sending of the added file

boolean autosend;

Example

var vault = new dhx.Vault("vault_container", { 
    uploader:{
        // obligatory, the path for upload
        target:"/upload"
        autosend:false
    }
});


Default value:

false

Related samples

See also
Back to top