Fires after each file is uploaded and validated
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 |
UploaderBase Class | CuteWebUI Namespace