updateFromResponse
updates file attributes with data from a server response
updateFromResponse?: boolean;
Default value: true
Example
const vault = new dhx.Vault("vault_container", {
uploader:{
// obligatory, the path for upload
target:"/upload"
updateFromResponse:false
}
});