通过type为file的[input]标签只能选择一个文件上传,要上传多个文件必须使用多个type为file的[input]标签。[/input][/input]
错
举一反三
- 中国大学MOOC: 通过type为file的<input>标签只能选择一个文件上传,要上传多个文件必须使用多个type为file的<input>标签。
- 通过type为file的<input>标签只能选择一个文件上传,要上传多个文件必须使用多个type为file的<input>标签。 A: 正确 B: 错误
- input 标签中,属性 type 的值是______, 表示文件上传() A: text B: file C: password D: button
- 文件上传表单的选择文件控件定义: [input type="______" name="file" id="file" /] 这里的type应该为:
- 利用表单上传文件时,form标签的enctype属性设置为multipart/form-data,method属性设置为post,一个input标签的 type属性设置为file
内容
- 0
以下哪种方式可以允许上传图片格式文件?( )。 A: <;input type=”file” accept=”image/*” />; B: <;input type=”file” accept=”text/css” />; C: <;input type=”file” accept=”application/rtf” />; D: <;input type=”file” accept=”video/mpeg” />;
- 1
下列<;input>;标签type属性设置为文件域使用() A: text B: Submit C: file D: password
- 2
文件上传时提供添加文件的input标签的type属性取值是【】。
- 3
input标记type属性值为______,表示文件上传。
- 4
<input type="________________">表示单行文本框。 <input type="_________________">表示密码输入框。 <input type="_________________">表示提交按钮。 <input type="_________________">表示重置按钮。 <input type="_________________">表示单选按钮。 <input type="_________________">表示复选框。 <input type="_________________">表示文件上传框