文件上传摘要和样例文件处理
This commit is contained in:
@@ -247,6 +247,7 @@
|
||||
<bean id="multipartResolver"
|
||||
class="com.nis.interceptor.MultipartFileIntercepter" >
|
||||
<property name="defaultEncoding" value="utf-8"></property>
|
||||
<property name="maxUploadSize" value="5242880"></property><!-- 5*1024*1024 -->
|
||||
</bean>
|
||||
|
||||
<bean
|
||||
|
||||
Reference in New Issue
Block a user