I have this DTO Request Class
Public Class MyRequestDTO(){ private String name; private MultipartFile docPic; }
i want to retrieve in in c