Add feature to (mostly) presserve filenames with versioning

This commit is contained in:
alvierahman90
2017-10-29 17:35:00 +00:00
parent 1213158f6a
commit 922b11e3f4
2 changed files with 49 additions and 22 deletions

View File

@@ -5,7 +5,7 @@
<body>
<h1>Upload success!</h1>
<div class="indent">
<p id="downloadLink" >File located at <a id="file_link" href="/download/{{ filename }}">/download/{{ filename }}<a>
<p><a href="/qr/{{ filename }}"> QR Code link </a> </p>
<p id="downloadLink" >File located at <a id="file_link" href="/download/{{ link }}">/download/{{ link }}<a>
<p><a href="/qr/{{ link }}"> QR Code link </a> </p>
</div>
</body>