Upload not awaiting

Hey,
I'm using the razden uploader with manual upload, after
await uploader.Upload();
He is not awaiting, why?
Also he is not firing any kind of events like Complete or Progress?

Works normally on our demos:

Probably the upload fails for some reason. Check with your browser developer tools to see if the upload request succeeds.