Changeset 12 in code for trunk/templates/index.html


Ignore:
Timestamp:
Oct 15, 2021, 5:23:50 PM (4 years ago)
Author:
dev
Message:

Print a report page when uploading files from a form

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/index.html

    r11 r12  
    55        <meta name="author" content="z3bra">
    66        <meta name="viewport" content="width=device-width">
    7         <link rel="icon" type="image/png" href="/favicon.png" />
    87        <title>Partage</title>
    98</head>
     
    1413                limited to {{.Maxsize}}.
    1514        </p>
    16         <form>
     15        <form enctype="multipart/form-data" method="post">
    1716                <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' />
    1919                <input type="submit" value="Upload!"/>
    2020        </form>
    2121</body>
     22</html>
Note: See TracChangeset for help on using the changeset viewer.