I think the explanation for the correct answer contains an error:
should be@MultipartConfig annotation, when specified on a Servlet, indicates that the request it expects is of type mime/multipart.
@MultipartConfig annotation, when specified on a Servlet, indicates that the request it expects is of type multipart/form-data.