I'm working on an "Online Medical report download" website, i have a button called "Download" on page, when click it will redirect to 'report.php' page, end of the body I'm using window.print()
method of JavaScript for printing.
its working fine for me, but if I have to download a large file, then print preview takes time to load the page.
I want to show a loading GIF image or Some message if there is a waiting time till file load for printing. so my users can get interaction.
I have tried to search a lot but not found any specific solution for this.