Callback MemoryStream
In the last post I talked about streaming data back via a WebAPI. On the front end, I had a “download” button that I wanted to disable until the download is complete, so that users don’t inadvertently spam the server with download requests. When the button is clicked, an iframe is opened to the WebAPI … [Read more…]