Add a note recommending the use of containers' multipart upload
Closes gh-2958
This commit is contained in:
parent
d3b3c8c64e
commit
4f51a83ab3
|
@ -1308,6 +1308,9 @@ See the
|
||||||
{sc-spring-boot-autoconfigure}/web/servlet/MultipartAutoConfiguration.{sc-ext}[`MultipartAutoConfiguration`]
|
{sc-spring-boot-autoconfigure}/web/servlet/MultipartAutoConfiguration.{sc-ext}[`MultipartAutoConfiguration`]
|
||||||
source for more details.
|
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]]
|
[[howto-switch-off-the-spring-mvc-dispatcherservlet]]
|
||||||
|
|
Loading…
Reference in New Issue