target

sets an URL to the server-side script that will process file upload

string target;

Example

var vault = new dhx.Vault("vault_container", { 
    uploader:{  
        target:"/upload"
    }
});

Related samples

See also
Back to top