Spring mvc upload file is empty problem

 

Because the following configuration is not configured.

 

<beanid="multipartResolver"

class="org.springframework.web.multipart.commons.CommonsMultipartResolver">      

    <propertyname="maxUploadSize">  

        <value>50000000</value>  

    </property>

</bean>

 

 

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326474910&siteId=291194637