Check documentation for the latest version of dhtmlxSuite onFileUploaded DHTMLX Docs

onFileUploaded

called after every file is uploaded

void onFileUploaded();

Deprecated

new usage

myVault.attachEvent("onUploadFile", function(){}); // on success
myVault.attachEvent("onUploadFail", function(){}); // on error
Details

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.

Change log

deprecated from version 2.0

Back to top