Get Uploaded File Name

I see from an old post back in 2018 that there was plans for support for getting the name of an uploaded file, has this feature been implemented? I've been testing for the past day or so trying to find something that would allow me to get the name of it to no avail. We are using the Upload component.

Hi @Damian,

This data is available in the Upload event arguments as event.files[0].name.

1 Like