Inform the user if the upload was success

This commit is contained in:
Las Zenow 2012-08-15 12:11:39 +02:00
parent 18454021c3
commit 6a656eca31
2 changed files with 15 additions and 5 deletions

View file

@ -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" />