fieldName
sets the name of the file field in the form data
fieldName?: string;
Default value: "file"
Example
const vault = new dhx.Vault("vault_container", { 
    uploader:{
        // obligatory, the path for upload
        target:"/upload"
        fieldName:"document"
    }
});