You can now upload zip filer
This commit is contained in:
+1
-4
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user