Were using SoftArtisans OfficeWriter to stream Excel files to users in ASP.NET. The problem is, some of these files are very large, so clicking on the download button seems to do nothing. What wed like to do is to show something that lets the user know that the file is downloading.
The problem that we have is that wed like to show the message once the button is clicked, and then remove the message when the save/open dialog box appears in the browser. As the initiation is server-side and the event that were waiting on is client side, its hard to know how to do this.
I was thinking of something along the lines of showing some kind of panel with an animated gif inside it to show that something is downloading at the point that the button is clicked. How do I determine that the browser is showing the save/open dialog box so that I can then hide the panel?
Thanks
The problem that we have is that wed like to show the message once the button is clicked, and then remove the message when the save/open dialog box appears in the browser. As the initiation is server-side and the event that were waiting on is client side, its hard to know how to do this.
I was thinking of something along the lines of showing some kind of panel with an animated gif inside it to show that something is downloading at the point that the button is clicked. How do I determine that the browser is showing the save/open dialog box so that I can then hide the panel?
Thanks