Inform the user if the upload was success
This commit is contained in:
parent
18454021c3
commit
6a656eca31
2 changed files with 15 additions and 5 deletions
|
@ -1,5 +1,7 @@
|
|||
{{template "header.html"}}
|
||||
|
||||
{{if .}}<p>{{.}}</p>{{end}}
|
||||
|
||||
<form method="POST" enctype="multipart/form-data">
|
||||
<input accept="application/epub+zip" type="file" name="epub" />
|
||||
<input type="submit" />
|
||||
|
|
Reference in a new issue