Quantcast
Channel: Active questions tagged rest - Stack Overflow
Viewing all articles
Browse latest Browse all 3637

Intellij IDEA REST Client file uploading

$
0
0

I am trying to upload file through Intellij IDEA REST Client. I choose "File to upload (multipart/form-data)" and choose file to send. What is parameter name of this file? In my Sprint Controller i use this code

@RequestMapping(method = RequestMethod.POST, value = "/{id}/photo")public void setCover(@PathVariable int id,                     @RequestParam MultipartFile file) {    System.out.println(file.getName());}

I also tried different names, such as "file", "fileToSend", "File to send" for @RequestParam, but Spring always cant find MultipartFile paramater.


Viewing all articles
Browse latest Browse all 3637

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>