I'm using a filedropzone with GCS destination. Is it possible to setup an event listener on the underlying xhr? I wanted to display a progress bar with the onprogress events that would be generated there. Or maybe there is another way to see how much has been uploaded so far and display progress to the user?
Thanks!