implementing preview
This commit is contained in:
7
transfersh-server/static/download.html
Normal file
7
transfersh-server/static/download.html
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<html>
|
||||||
|
|
||||||
|
{{.ContentType}}
|
||||||
|
{{.ContentLength}}
|
||||||
|
{{.Filename}}
|
||||||
|
<a href="{{.Url}}">Download</a>
|
||||||
|
</html>
|
7
transfersh-web/download.html
Normal file
7
transfersh-web/download.html
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<html>
|
||||||
|
|
||||||
|
{{.ContentType}}
|
||||||
|
{{.ContentLength}}
|
||||||
|
{{.Filename}}
|
||||||
|
<a href="{{.Url}}">Download</a>
|
||||||
|
</html>
|
Reference in New Issue
Block a user