blob: 6d10065b7b8607ad86b63e33422204392758ac38 [file] [log] [blame]
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/html">
<head>
<meta charset="UTF-8">
<title>Multipart-Async Form Test</title>
</head>
<body>
<form method="post" enctype="multipart/form-data">
<!-- <input type = text name = "text_field" />
<input type = "file" name = "file" /> -->
<input type = "submit" />
</form>
</body>
</html>