We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 676b485 commit 6211861Copy full SHA for 6211861
app/views/home/tour.html.erb
@@ -19,7 +19,8 @@
19
<br><br><br>
20
<p style="text-align: center"><span style="font-size:125%">Try it for yourself:</span>
21
<span class="button-upload">
22
- <input type="file" name="differentname" multiple/>
+ # how the fuck did this work when it was name=differentname
23
+ <input type="file" name="file" multiple/>
24
<span class="caption">
25
<span class="icon icon-upload-white-32"></span> Upload your replays
26
</span>
0 commit comments