This commit is contained in:
alvierahman90
2017-10-24 21:34:55 +01:00
commit 4d392c3901
18 changed files with 7027 additions and 0 deletions

18
templates/upload.html Normal file
View File

@@ -0,0 +1,18 @@
<html>
<head>
<link rel="stylesheet" type="text/css" href="/css/style.css">
<link rel="stylesheet" type="text/css" href="/css/bootstrap.css">
</head>
<body>
<form action = "http://{{ ip }}:{{ port }}/upload" method = "POST"
enctype = "multipart/form-data">
<div class="fileUpload btn">
<span>Upload</span>
<input class="upload btn" type = "file" name = "file" />
</div>
<input class="btn" type = "submit"/>
</form>
</body>
</html>