使用文件上传控件时,需要设置表单的enctype属性为____,才能实现将文件上传到服务器端
举一反三
- 使用文件上传控件时,需要设置表单的enctype属性为____,才能实现将文件上传到服务器端 A: application/x-www-urlencoded B: multipart/form-data C: text-plain D: 不需设置enctype属性
- 文件上传的表单的enctype属性的需要设置为:enctype=“___________________”(小写)
- 使用SpringMVC进行文件上传操作时表单的enctype属性必须设置为“multpart/form-data”
- 文件上传表单需要满足的3个条件如下:(1)form表单的method属性设置为();(2)form表单的enctype属性设置为();(3)提供的文件上传输入框。
- 使用SpringMVC进行文件上传操作时表单的enctype属性必须设置为“application/x-www=form-urlencoded”