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