Hi,
In my scenario I would like to upload file using UploaderComponent into server, rename it on server side and send a response do React app with new (changed) name file to UploaderComponent.
I have tried to do that but in my case in every Uploader API Event I received my previous file name (which i selected to upload). Backend has changed file name and this new name is attached in body response.
Is it possible to do that?