2017-12-31 01:32:28 +01:00
|
|
|
<html>
|
2018-04-28 13:48:09 +02:00
|
|
|
|
2017-12-31 01:32:28 +01:00
|
|
|
<head>
|
2018-04-28 13:48:09 +02:00
|
|
|
<title>Upload file</title>
|
2017-12-31 01:32:28 +01:00
|
|
|
</head>
|
2018-04-28 13:48:09 +02:00
|
|
|
|
2017-12-31 01:32:28 +01:00
|
|
|
<body>
|
2018-04-28 13:48:09 +02:00
|
|
|
<form enctype="multipart/form-data" action="http://127.0.0.1:8080/upload" method="POST">
|
|
|
|
<input type="file" name="uploadfile" />
|
|
|
|
<input type="hidden" name="token" value="{{.}}" />
|
|
|
|
<input type="submit" value="upload" />
|
2017-12-31 01:32:28 +01:00
|
|
|
</form>
|
|
|
|
</body>
|
2018-04-28 13:48:09 +02:00
|
|
|
|
|
|
|
</html>
|