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

This event is triggered prior to an upload succesfully being saved to the database, but 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.

Hierarchy

  • IPreFileUpload

Methods

Generated using TypeDoc