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