Skip to content

Instantly share code, notes, and snippets.

@jinan-kordab
Created November 11, 2018 13:44
Show Gist options
  • Save jinan-kordab/c02e54984d7d0e686ea095a655d19a4f to your computer and use it in GitHub Desktop.
Save jinan-kordab/c02e54984d7d0e686ea095a655d19a4f to your computer and use it in GitHub Desktop.
The front end download button for Spinner app
<div class="container bg-success">
<h1>Showing spinner while waiting for download to finish</h1>
<p class="lead">The spinner below will appear for the duration of the download.Please click on the button below to start download.</p>
<form action="/Home/Download" method="post" id="downloadForm">
<p><input type="submit" class="btn btn-primary btn-lg" value="Download" /></p>
<input type="hidden" id="spinnerToken" name="spinnerToken" />
</form>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment