summaryrefslogtreecommitdiffstats
path: root/netwerk/test/browser/post.html
blob: 9d238c2b97288fec4edd3fb5aaca4839d48de6f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>post file</title>
</head>
<body">
<form id="form" action="auth_post.sjs" method="post" enctype="multipart/form-data">
<input type="hidden" id="input_hidden" name="foo" value="bar">
<input id="input_file" name="test_file" type="file">
<input type="submit">
</form>
</body>
</html>