FileUploaded: function (sender,args)
sender. Event source.
args. Information on the event
The FileUploaded event occurs after file loading.
This event occurs after calling the FileUpload.send method.
When the files are loaded to servers other than domain of the page that houses the component, it is impossible to check the result of the send method execution, and consequently, the FileUploaded event is not fired.
The example of event use is given in description of the FileUpload constructor.
See also: