Ajax Uploader Class Reference

UploaderBase.FileUploaded Event

Fires after each file is uploaded and validated

[Visual Basic]
Public Event FileUploaded As UploaderEventHandler
[C#]
public event UploaderEventHandler FileUploaded;

Event Data

The event handler receives an argument of type UploaderEventArgs containing data related to this event. The following UploaderEventArgs properties provide information specific to this event.

Property Description
ClientData  
FileGuid Gets the GUID of the file.
FileName Gets the name of the file.
FileSize Gets the size of the file.
ProviderSupportFS get whether GetTempFilePath() is available

See Also

UploaderBase Class | CuteWebUI Namespace