Polishing contribution

Closes gh-34939
This commit is contained in:
rstoyanchev 2025-05-28 11:00:59 +01:00
parent cff6e02162
commit dc52042b85
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ Kotlin::
----
class MyForm(
val name: String,
val file: MultipartFile)
val file: FilePart)
@Controller
class FileUploadController {