we use DownloadStream to send generated reports to the users.
This works fine, but one thing we miss is the progress indicator of the browser.
It looks like the DownloadStream has no way to tell the browser the size of the response…
Why is this missing ?
We have some very heavy downloads (100-300MB zip files with images inside), and it’s annoying for the users to not see how far download has progressed and how long it is expected to take until finised.