I have the following link in my Node-Webkit app
<a id="updateAppVersion" href="http://<some_path>/newVersion.zip">New version available</a>
This link works fine, it displays the 'save as' dialog and the user can save the file normally.
My question is, is there an easy way to display the download progress inside the app like browsers do or i need to create my own? (if so how?).
Currently nothing is displayed when the user chooses the download location.