Uploads!
This commit is contained in:
parent
b5edf2d6d4
commit
b81b573108
4 changed files with 319 additions and 6 deletions
18
resources/dashboard.html
Normal file
18
resources/dashboard.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Dashboard</title>
|
||||
</head>
|
||||
<body>
|
||||
<h2>Upload</h2>
|
||||
<form action="./upload" enctype="multipart/form-data" method="post">
|
||||
<input type="text" readonly value="{DIRECTORY}" name="directory">
|
||||
<input type="password" placeholder="Password" name="password">
|
||||
<input type="file" name="file">
|
||||
<input type="submit">
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue