Skip to content

Commit

Permalink
SAK-24289
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Pellicer authored and bjones86 committed Apr 21, 2020
1 parent 5a3d7da commit 1af5155
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mailsender/tool/src/webapp/WEB-INF/requestContext.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,9 @@
<property name="height" value="400" />
-->
</bean>

<bean class="org.springframework.web.multipart.commons.CommonsMultipartResolver" id="multipartResolver">
<property name="maxUploadSize" value="20971520" />
</bean>

</beans>

0 comments on commit 1af5155

Please sign in to comment.