This commit is contained in:
bingus_violet 2024-01-16 21:04:50 +00:00
parent 05624aaf9a
commit 78696fa7db
2 changed files with 27 additions and 8 deletions

View file

@ -14,5 +14,13 @@
<input type="file" name="file">
<input type="submit">
</form>
<h2>Make Directory</h2>
<form action="./mkdir" method="post">
<input type="text" readonly value="{DIRECTORY}" name="directory">
<input type="password" placeholder="Password" name="password">
<input type="text" name="name" placeholder="folderName">
<input type="submit">
</form>
</body>
</html>