gentics / mesh-incubator

Project which is home for planned enhancements for Gentics Mesh
3 stars 0 forks source link

Binary Upload Pipeline Support #89

Open Jotschi opened 7 years ago

Jotschi commented 7 years ago

It should be possible to process fileuploads and pass them through a pipeline in order to manipulate or reject them.

This feature could be used to handle on-the-fly image format conversion, video encoding or virus checks.

A binary field should not be downloadable until the virus check / conversion has processed the data.

Events should be distributed to inform the system that the upload process failed. (e.g. send an email to the uploader, show a notification in the app.)