mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 20:30:23 +00:00
13 lines
333 B
HTML
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>
|