0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00
cowboy/examples/upload/priv/index.html
2014-06-03 19:20:07 +02:00

13 lines
333 B
HTML

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Multipart upload example</title>
</head>
<body>
<form method="post" enctype="multipart/form-data" action="/upload">
<input type="file" name="inputfile"/>
<input type="submit"/>
</form>
</body>
</html>