Posted by: KaliKoPoi July 26, 2018
If you are Java (REST + Spring) expert, here is a good question
Login in to Rate this Post:     0       ?        
Its been a long time since I had encountered the same issue so I vaguely remember the fix.
1. Split the request (media file only and other parameters) OR
2. You need to have special spring configuration to allow spring controller to handle media transfer.
OR something similar.
See https://www.callicoder.com/spring-boot-file-upload-download-rest-api-example/

Read Full Discussion Thread for this article