I am trying to send a multipart request to the server but i am getting the following exception HTTP Status 500 - Request processing failed; nested exception is org.spring
Try again with "headers":
@RequestMapping(value = "/profileimageupload", headers = "content-type=multipart/*", method = RequestMethod.POST)
and ajax call follow: How can I upload files asynchronously?
I hope this helpful to you!