Skip to content

Instantly share code, notes, and snippets.

@makensi
Created May 26, 2013 20:59
Show Gist options
  • Save makensi/5654017 to your computer and use it in GitHub Desktop.
Save makensi/5654017 to your computer and use it in GitHub Desktop.
<bean id="multipartResolver"
class="org.springframework.web.multipart.commons.CommonsMultipartResolver">
<!-- one of the properties available; the maximum file size in bytes -->
<property name="maxUploadSize" value="1000000"/> <!-- 10 MG -->
</bean>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment