UploadPersistedFile.FileChanged Event

php Uploader

PHP File Uploader Class Reference

UploadPersistedFile.FileChanged Event

Occurs when a file is uploaded and the .File property is changed

[Visual Basic] Public Event FileChanged As PersistedFileEventHandler
[C#]
public event PersistedFileEventHandler FileChanged;

Event Data

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

Property Description
File Gets the file.
FileGuid Gets the GUID of the file.
FileName Gets the name of the file.
FileSize Gets the size of the file.
See Also

UploadPersistedFile Class | CuteWebUI Namespace