Add a note recommending the use of containers' multipart upload

Closes gh-2958
This commit is contained in:
Andy Wilkinson 2018-10-08 15:58:48 +01:00
parent d3b3c8c64e
commit 4f51a83ab3
1 changed files with 3 additions and 0 deletions

View File

@ -1308,6 +1308,9 @@ See the
{sc-spring-boot-autoconfigure}/web/servlet/MultipartAutoConfiguration.{sc-ext}[`MultipartAutoConfiguration`]
source for more details.
NOTE: It is recommended to use the container's built-in support for multipart uploads
rather than introducing an additional dependency such as Apache Commons File Upload.
[[howto-switch-off-the-spring-mvc-dispatcherservlet]]