detect file upload

0
Is there a way to do an action when a user upload a file? something like an “on change event” Thanks
asked
2 answers
1

You can use file dropper widget, you have options to create a microflow before /after upload.

https://marketplace.mendix.com/link/component/111497

 

answered
1

Assumptions is that you have created an entity which inherits from filedocuments. You could then use an after create action or indeed an on change action on this entity to do your own stuff.

Regards,

Ronald

 

answered