DEADSOFTWARE

TODO
[bbcp.git] / web / forms.html
index 2e76f0987c627887ed2c69742e94d47322a9634e..4f4bca5a15a97dffa5f78c34143152805eba35b5 100644 (file)
@@ -9,7 +9,7 @@
 <br><a href='/'>На главную</a><br><br>
 
 POST form:<br>
-<form action='/forms.html' method='post' enctype='multipart/form-data' name='post_form'><input type='text' name='test_post'><br><input type='file' name='file'><input type='submit' value='post'></form><br>
+<form action='/forms.html' method='post' enctype='multipart/form-data' name='post_form'><input type='text' name='test_post'><input type='submit' value='post'></form><br>
 
 GET form:<br>
 <form action='/forms.html' method='get' name='post_form'><input type='text' name='test_get'><input type='submit' value='get'></form>