You can now upload zip filer

This commit is contained in:
neerholt
2021-03-08 14:20:56 +01:00
parent 9ab0526608
commit b242918038
6 changed files with 55 additions and 39 deletions
+1 -4
View File
@@ -17,7 +17,7 @@
<form action="../Backend/upload.php" method="POST" id="uploadGame" enctype="multipart/form-data">
<form action="../Backend/Controllers/upload.php" method="POST" id="uploadGame" enctype="multipart/form-data">
<input type="text" name="gameTitle" placeholder="Title på spillet"><br><br>
@@ -26,9 +26,6 @@
<label for="uploadGame">Upload spil [.zip]</label>
<input type="file" name="gameFile" placeholder="Upload dit spil"><br><br>
<label for="uploadGame">Upload thumbnail[png,jpg,gif]</label>
<input type="file" name="thumbnailFile" placeholder="Upload en thumbnail"><br><br>
<label for="web">Er spillet web based</label>
<input type="checkbox" id="web" name="isWebBased" value="true"><br><br>