|
|
|
|
@ -90,13 +90,13 @@ if(isset($_POST['submit'])){
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
?>
|
|
|
|
|
<form method="post" action="#" enctype="multipart/form-data">
|
|
|
|
|
<form method="post" action="" enctype="multipart/form-data">
|
|
|
|
|
<input type="file" name="fileToUpload">
|
|
|
|
|
<p>Drag a file here or click to upload</p>
|
|
|
|
|
<p>Drag your files here or click in this area.</p>
|
|
|
|
|
<p>Max file size <?=sizeFormat($maxsize)?>
|
|
|
|
|
<button name="submit" type="submit">Upload</button>
|
|
|
|
|
<ul>
|
|
|
|
|
<li>Supported files: <?= FILELIST; ?></li><br>
|
|
|
|
|
<li>Maximum filesize: <?php echo sizeFormat($maxsize); ?></li>
|
|
|
|
|
<li>Supported files: <?= FILELIST; ?></li>
|
|
|
|
|
</ul>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
|