spring-guides / gs-uploading-files

Uploading Files :: Learn how to build a Spring application that accepts multi-part file uploads.
http://spring.io/guides/gs/uploading-files/
Apache License 2.0
469 stars 503 forks source link

Multipart upload disabled in application.properties #54

Closed dsyer closed 5 years ago

dsyer commented 5 years ago

Probably a mistake (https://github.com/spring-guides/gs-uploading-files/commit/fcdafe4db828a5ed91806dbc3b842fb05e461c7e)?

dsyer commented 5 years ago

Fixed in bd40296 (but it was a deprecated property that didn't actually affect the functionality, so it was harmless).