Namespace CoreUpload.Events
Classes
FileUploadedEvent
Event payload raised after a file has been successfully stored.
FileValidatingEvent
Event payload used before a file is accepted by the server. Handlers can reject the upload by setting Cancel and CancelReason.
Interfaces
IUploadEventHandler
Defines optional callbacks that run during server-side validation and after successful uploads.