SmartGWT Power
On the client side have a link (button) to download a file. I used Window.open(...) to force download the file. But once I give control to a different browser window, I am out of the loop. I want to know if I can put in a timer of something to better to check with an input file type or javascript to validate that my download is successful.
TIA,
On the client side have a link (button) to download a file. I used Window.open(...) to force download the file. But once I give control to a different browser window, I am out of the loop. I want to know if I can put in a timer of something to better to check with an input file type or javascript to validate that my download is successful.
TIA,
Comment