Fix debug
This commit is contained in:
parent
b81b573108
commit
05624aaf9a
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<h2>Upload</h2>
|
||||
<form action="./upload" enctype="multipart/form-data" method="post">
|
||||
<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">
|
||||
|
|
Loading…
Reference in a new issue