Documentation Index

Fetch the complete documentation index at: https://rocket.wilas.ovh/llms.txt

Use this file to discover all available pages before exploring further.

Uploads - Event Interfaces

Prev Next

The table below contains the upload-related events, as well as the purpose of each event. If you want to execute actions based on upload events, you can use any of the events mentioned below as an event interface. Refer to the TypeScript definition for more details.

Interface

Description

IPreFileUpload

Event interface that allows an app to register as a handler of the IPreFileUpload event.

This event is triggered prior to an upload successfully being saved to the database, but only after all its contents have been retrieved by Rocket.Chat. To prevent the upload from completing, an app should throw a FileUploadNotAllowedException with a message specifying the reason for rejection.