Fixed som stuff

This commit is contained in:
neerholt
2021-03-08 14:52:34 +01:00
parent b242918038
commit ea3bc7d104
4 changed files with 10 additions and 7 deletions
+2 -2
View File
@@ -17,7 +17,7 @@
<form action="../Backend/Controllers/upload.php" method="POST" id="uploadGame" enctype="multipart/form-data">
<form action="../Backend/Controllers/FileHandler/upload.php" method="POST" id="uploadGame" enctype="multipart/form-data">
<input type="text" name="gameTitle" placeholder="Title på spillet"><br><br>
@@ -27,7 +27,7 @@
<input type="file" name="gameFile" placeholder="Upload dit spil"><br><br>
<label for="web">Er spillet web based</label>
<input type="checkbox" id="web" name="isWebBased" value="true"><br><br>
<input type="checkbox" id="web" name="isWebBased" value="1"><br><br>
<input type="submit" name="submitUpload" value="Submit">
</form>