upload.html (509B)
1 <!DOCTYPE>
2 <html>
3 <head>
4 <link rel="stylesheet" href="/css/style.css" type="text/css">
5 <title>Kore upload test</title>
6 </head>
7
8 <body style="overflow: auto">
9
10 <div class="content">
11 <form method="POST" enctype="multipart/form-data">
12 <input type="input" name="firstname">
13 <input type="file" name="file">
14 <input type="submit" value="upload">
15 </form>
16
17 <p style="font-size: 12px; font-weight: normal">$upload$</p>
18 <p style="font-size: 12px; font-weight: normal">$firstname$</p>
19 </div>
20
21 </body>
22 </html>