文件上传时提供添加文件的input标签的type属性取值是【】。
举一反三
- 文件上传时,表单form标签中添加enctype属性是()。
- 通过type为file的[input]标签只能选择一个文件上传,要上传多个文件必须使用多个type为file的[input]标签。[/input][/input]
- 中国大学MOOC: 通过type为file的<input>标签只能选择一个文件上传,要上传多个文件必须使用多个type为file的<input>标签。
- input 标签中,属性 type 的值是______, 表示文件上传() A: text B: file C: password D: button
- 利用表单上传文件时,form标签的enctype属性设置为multipart/form-data,method属性设置为post,一个input标签的 type属性设置为file