14 lines
340 B
HTML
14 lines
340 B
HTML
<!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>
|