separated file into upload and download files, changed single quotes to double quotes, added progress indicator

This commit is contained in:
Abhinav Adduri 2017-05-31 11:19:59 -07:00
parent aad54b34b9
commit c25c97fbaa
6 changed files with 212 additions and 177 deletions

View file

@ -2,11 +2,12 @@
<html>
<head>
<title>Download your file</title>
<script type="text/javascript" src="/file.js"></script>
<script type="text/javascript" src="/download.js"></script>
</head>
<body>
<button onclick="download()">DOWNLOAD</button>
<button onclick="download()">DOWNLOAD</button>
<p id="downloadProgress"></p>
</body>
</html>