Changeset 12 in code for trunk/templates/index.html
- Timestamp:
- Oct 15, 2021, 5:23:50 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/index.html
r11 r12 5 5 <meta name="author" content="z3bra"> 6 6 <meta name="viewport" content="width=device-width"> 7 <link rel="icon" type="image/png" href="/favicon.png" />8 7 <title>Partage</title> 9 8 </head> … … 14 13 limited to {{.Maxsize}}. 15 14 </p> 16 <form >15 <form enctype="multipart/form-data" method="post"> 17 16 <label for="uck">Select file(s) to share</label> 18 <input id="uck" type="file" multiple=true/> 17 <input id="uck" name="uck" type="file" multiple/> 18 <input id="output" name="output" type="hidden" value='html' /> 19 19 <input type="submit" value="Upload!"/> 20 20 </form> 21 21 </body> 22 </html>
Note:
See TracChangeset
for help on using the changeset viewer.