I am using Spring Boot version = \'1.4.0.RC1\' with Spring Boot Stormpath 1.0.2.
I am trying to use multipart file upload but the MultipartFile is always null in the con
Check if the following line is present in your application.properties:
spring.http.multipart.enabled = true