is it possible to capture file upload complete event?

0
We are using ‘file manager’ wiget to upload file to server, I am doubting if there is any to capture file upload complete event? I need trigger a db insert after completing upload. 
asked
1 answers
0

One possible solution is to use a widget like the file dropper: https://marketplace.mendix.com/link/component/111497

Here you can implement logict before or after the upload.

answered