updateFromResponse

updates file attributes with data from a server response

boolean updateFromResponse;

Example

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


Default value:

true
Details

See the list of the file object attributes.

See also
Back to top