uploader

specifies the configuration of the Uploader object

object uploader;

Example

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

Related samples

Details

See the list of the Uploader configurations options.

See also
Back to top