Update index.php

pull/8/head
SuperDev 3 years ago committed by GitHub
parent 04c0abb8ed
commit e5b557910c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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>

Loading…
Cancel
Save