Hi,
I have successfully implemented an upload controller where, using the upload component, I send a file to azure and return StatusCode(200). In this procedure, I create a GUID and assign it as the filename. I was hoping to get back this name in the uploadcomplete event (args.RawResponse), but I receive null as args.
Anybody could point me in the right direction to get some meaning from thar "args" argument?
Many thanks,
Martin.