求全过程,,,,,求
!这是前后台图片说明
抱歉刚才传错图片了。希望可以帮助到你
<bean class="org.springframework.web.multipart.commons.CommonsMultipartResolver" id="multipartResolver">
<property value="104857600" name="maxUploadSize"/>
<property value="4096" name="maxInMemorySize"/>
<property value="UTF-8" name="defaultEncoding"/>
</bean>