Occurs when user has uploaded a new file to the server.
Event Data
The event handler receives an argument of type FileExplorerEventArgs containing data related to this event. The following FileExplorerEventArgs properties provide information specific to this event.
Remarks
It is often desired to rename user uploaded files following a specific pattern. For example, some design requires a date string to be prefixed to the file name, other requires the currently logged-in user name as part of the file name. Use this event to implement such naming schemes by renaming each files immediately after they are uploaded.
See Also
FileExplorer Class | EO.Web Namespace