单项选择题
下面关于文件上传表单说法错误的是。()
A.form表单的method属性设置为post
B.form表单的method属性设置为get
C.form表单的enctype属性设置为multipart/form-data
D.提供<inputtype="file"name="filename"/>的文件上传输入框
点击查看答案
相关考题
-
单项选择题
下面属于CommonsMultipartResolver属性的是。()
A.getContentType
B.getlnputStream
C.isEmpty
D.defaultEncoding -
判断题
SpringMVC的文件上传是通过MultipartResolver对象实现的。() -
判断题
通过maxUploadSize属性可以对上传文件缓存中的最大尺寸进行设置。()
