You can now upload thumbnails to you project

This commit is contained in:
neerholt
2021-03-09 10:41:39 +01:00
parent ea3bc7d104
commit 66eefe37a5
3 changed files with 23 additions and 10 deletions
+4 -1
View File
@@ -24,7 +24,10 @@
<input type="text" name="description" placeholder="Beskrivelse"><br><br>
<label for="uploadGame">Upload spil [.zip]</label>
<input type="file" name="gameFile" placeholder="Upload dit spil"><br><br>
<input type="file" name="gameFile" id="uploadGame" placeholder="Upload dit spil"><br><br>
<label for="uploadthumbnail">Upload thumbnail [GIF, JPEG, PNG, SVG]</label>
<input type="file" name="thumbnailFile" id="uploadthumbnail" placeholder="Upload en thumbnail"><br><br>
<label for="web">Er spillet web based</label>
<input type="checkbox" id="web" name="isWebBased" value="1"><br><br>