separated file into upload and download files, changed single quotes to double quotes, added progress indicator
This commit is contained in:
parent
aad54b34b9
commit
c25c97fbaa
6 changed files with 212 additions and 177 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue