fieldName

sets the name of the file field in the form data

string fieldName;

Example

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


Default value:

"file"
See also
Back to top