Update index.php

This commit is contained in:
SuperDev
2022-12-21 21:50:38 -06:00
committed by GitHub
parent 04c0abb8ed
commit e5b557910c

View File

@@ -49,7 +49,7 @@ if(isset($_POST['submit'])){
}
?>
<form action="upload.php" method="POST">
<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>