blob: 161f84616fc5dc18577588c862003402dbe5119a [file] [log] [blame]
<!DOCTYPE html>
<html>
<head></head>
<body>
<form id="form" method="POST" action="/echoall">
<input type="text" name="text" value="value">
<input type="submit">
</form>
<form id="file-form" method="POST" action="/echoall" enctype="multipart/form-data">
<input type="file" id="file" name="file">
<input type="submit">
</form>
</body>
</html>