In my application , I have to provide a download button, so that when user clicks on it he/she can download file.
Right now in my application i have a feature that when user clicks on download button , I disable my download button until download pop-up is opened.
Now, I want that when download completes on client side , then download button should be enable to the client.
I want to know that is it possible ? If yes , then please tell me how can i achieve that.