Is it possible to get access to xhr onprogress events for file upload?

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!

1 Like

Hi @ChrisEdwards Thanks for reaching out! Unfortunately, we don't currently have any properties or events to use for tracking uploads in a progress bar :disappointed: Moving this to feature requests for the time being!
My best suggestion would be to show some visual while the upload query is "fetching" and hide it once the upload query ends