open fun addFile(file: MultipartFile): Unit
Add a file to this request. The parameter name from the multipart form is taken from the MultipartFile#getName().
MultipartFile#getName()
file - multipart file to be added
file