I am trying to upload a file using spring. Below is my code how I am working on it but if I try to use it I am getting this response:
spring
response
HTTP
when you select the file in advance rest client, on the right side there is a input box, write in that input box name of the parameter, in your case name of parameter is file
Parameter name defined here in controller @RequestParam("file")