I have an API to upload file to Microsoft Azure blob storage. Users can be uploading large files. Webclient handles files automatically, but its progress change event doesn't work. Here is a link to that issue though: UploadProgressChanged Event Not Being Called (More Details)
How do I use UnityWebRequest to upload large file without reading entire file into memory first?