Cancel

fires when the Cancel button is clicked

void Cancel();

Example

vault.events.on("Cancel", function(){
    console.log(file.id);
});

Details

The event fires if file upload was canceled by the abort method.

Back to top