Currently I'm using the froala editor with Angular and upload the file using AWS S3 service.
I want to rename the file before its upload to S3. So I use the event which is already present in froala, which is 'file.beforeUpload'
I'm getting the object as 'FileList'. With that I can't change the filename.
With that event I couldn't rename the file. Anyone help on this?