mirror of
https://github.com/alvierahman90/uploadr.git
synced 2025-10-13 07:54:23 +00:00
Working.
This commit is contained in:
18
templates/upload.html
Normal file
18
templates/upload.html
Normal 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>
|
Reference in New Issue
Block a user