Detecting max file upload exceed for FileUploader & MultiUploader

FileUploader Element can set a max file size in the editor while MultiUploader the max size is set to 50MB.

When a file exceeds the max file limit, the plugin will show an alert automatically. I was wondering if its possible to detect when these alerts are shown via workflow. I want to log whenever my user encounters this error. If not is there a work around?

For example is it possible to detect the following console messages in bubble project? See attached images:


Try adding this error event:

then these datasources are available to save in your database :blush:

Unfortunately the FileUploader and Multiuploader plugins do not throw errors. Instead they throw alerts.

I found a way to hack the alert message to run my own workflow. Thanks for sending the feedback.

1 Like