Folders!
This commit is contained in:
parent
05624aaf9a
commit
78696fa7db
2 changed files with 27 additions and 8 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue