FileUpload.FileUploaded

Syntax

FileUploaded: function (sender,args)

Parameters

sender. Event source.

args. Information on the event

Description

The FileUploaded event occurs after file loading.

Comments

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.

Example

The example of event use is given in description of the FileUpload constructor.

See also:

FileUpload