Fixed som stuff
This commit is contained in:
+2
-2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user