Dhtmlxvault onFileUploaded event is not beeing proceeded

Good Morning,



i have a problem with your dhtmlxvault.

The event onFileUploaded is not beeing processed after a file is uploaded.

And i do not understand why not.



Here is my Code:







    Upload Control

    



    



    





    



    







I would be very happy if you could provide me some help.



Kind regards,

Daniel Zimmermann

Hello,
Please check your javascript code - you use wrong arguments. Please check our sample code as well.

vault.onFileUploaded = function(files)

         {     



             s += (“id:” + file.id +

look the bold names are different.