called when user has selected a file for uploading
new usage
myVault.attachEvent("onBeforeFileAdd", function(){}); // cancelable
myVault.attachEvent("onFileAdd", function(){});
This API page is for Vault v2.5. Please go to docs.dhtmlx.com/vault/ to see API reference for the current version of dhtmlxVault.
deprecated from version 2.0
Back to top