Update index.php

This commit is contained in:
SuperDev
2022-12-21 22:01:43 -06:00
committed by GitHub
parent 1d928adede
commit 603c8dbfdf

View File

@@ -78,7 +78,7 @@ if(isset($_POST['submit'])){
?>
<form method="post" action="" enctype="multipart/form-data">
<input type="file" name="fileToUpload">
<p>Drag your files here or click in this area - <?=sizeConvertor($maxsize)?> Max</p>
<p>Drag your files here or click in this area - <?=sizeFormat($maxsize)?> Max</p>
<button name="submit" type="submit">Upload</button>
<ul>
<li>Supported files: <?= FILELIST; ?></li>