Question: What interface can be specified as a parameter in a controller method signature to handle file uploads?

  1. FilePath
  2. MultipartFile
  3. File
  4. MvcFile

Answer: The correct answer of the above question is Option B:MultipartFile