Listening to antdesign upload event

how to listen on the upload event on upload component from antdesign?

You should find it in Interactions; can add a “On files uploaded” action handler there

image.png

I tried that already and when we synx to our code our developer said he didn’t find any way to listen to upload

your developer should be able to specify an override on the file upload component, like…

<PlasmicSomething fileUpload={{onFilesChange: (files) => ...}} />