mirror of
https://github.com/Supernova3339/anonupload.git
synced 2026-02-06 14:39:04 +01:00
Update index.php
This commit is contained in:
13
index.php
13
index.php
@@ -50,11 +50,14 @@ if(isset($_POST['submit'])){
|
||||
|
||||
?>
|
||||
<form method="post" action="" enctype="multipart/form-data">
|
||||
<input type="file" name="fileToUpload">
|
||||
<p>Drag your file here or click in this area.</p>
|
||||
<button type="submit">Upload</button>
|
||||
</form>
|
||||
</div>
|
||||
<input type="file" name="fileToUpload">
|
||||
<p>Drag your files here or click in this area.</p>
|
||||
<button name="submit" type="submit">Upload</button>
|
||||
<ul>
|
||||
<li>Supported files: <?= FILELIST; ?></li>
|
||||
</ul>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user