摘要: 今天用spring做图片上传,和以往的图片上传不一样的是,需要将图片存到mysql数据库中。开始在spring配置文件<bean id="multipartResolver" class="org.springframework.web.multipart.commons.CommonsMultipartResolver"><!-- one of the properties available; the maximum file size in bytes --><property name="maxUpload 阅读全文
posted @ 2012-06-25 17:43 流星焱雨 阅读(787) 评论(0) 推荐(0)