Upload documents
This commit is contained in:
parent
3be0a28eb8
commit
b9e39cf57f
3 changed files with 43 additions and 1 deletions
4
upload.html
Normal file
4
upload.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
<form method="POST" enctype="multipart/form-data">
|
||||
<input accept="application/epub+zip" type="file" name="epub" />
|
||||
<input type="submit" />
|
||||
</form>
|
Reference in a new issue