update
This commit is contained in:
@@ -8,6 +8,12 @@
|
||||
<body>
|
||||
<form action="./upload" method="post" enctype="multipart/form-data">
|
||||
<input type="file" name="file"/>
|
||||
<br>
|
||||
<input type="checkbox" id="useLimt">
|
||||
<label for="useLimit">Enable download limit?</label>
|
||||
<br>
|
||||
<input type="number" min="1" id="useLimitNumber">
|
||||
<br>
|
||||
<input type="submit" value="Upload">
|
||||
</form>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user