2017-12-31 02:32:28 +02:00
|
|
|
<html>
|
2018-04-28 14:48:09 +03:00
|
|
|
|
2017-12-31 02:32:28 +02:00
|
|
|
<head>
|
2018-04-28 14:48:09 +03:00
|
|
|
<title>Upload file</title>
|
2017-12-31 02:32:28 +02:00
|
|
|
</head>
|
2018-04-28 14:48:09 +03:00
|
|
|
|
2017-12-31 02:32:28 +02:00
|
|
|
<body>
|
2018-04-28 14:48:09 +03: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 02:32:28 +02:00
|
|
|
</form>
|
|
|
|
</body>
|
2018-04-28 14:48:09 +03:00
|
|
|
|
|
|
|
</html>
|