Hi there. I need to process a file uploaded through an UploadFile action. The upload works fine but
1) the file uploaded into the bucket has a weird name. It's a number and extension is .txt (when the actual file uploaded is a .csv)
2) The above wouldn't matter if I could know the name of the file I've uploaded. Is there a way to get this natively in FF? I've seen that 1 year ago this wasn't possible but this is such a basic use case (processing a file the user has just uploaded) that it's unbelievable that is not supported.
Thanks