How to Implement HTTP byte-range requests in Spring MVC
The request for support for http byte-range was open at the time of this answer but is fixed in Spring 4.2.RC1. Check jira SPR-10805 or, the PR here. But based on the code that you linked in your question, Davin Kevin built a solution that could work for your request. Code for MultipartFileSender: import org.apache.commons.lang3.StringUtils; … Read more