文件上传时,表单form标签中添加enctype属性是()。
举一反三
- 文件上传时,表单form标签中添加enctype属性是()。 A: fileinfo() B: filesystem() C: multipart/form-data D: fileowner()
- 文件上传时form表单的enctype属性取值应该是_____________
- 利用表单上传文件时,form标签的enctype属性设置为multipart/form-data,method属性设置为post,一个input标签的 type属性设置为file
- 文件上传表单需要满足的3个条件如下:(1)form表单的method属性设置为();(2)form表单的enctype属性设置为();(3)提供的文件上传输入框。
- 为实现文件上传,我们将FORM标签的enctype属性设置为: