Browse Source

Polishing contribution

Closes gh-34939
pull/35405/head
rstoyanchev 7 months ago
parent
commit
dc52042b85
  1. 2
      framework-docs/modules/ROOT/pages/web/webflux/controller/ann-methods/multipart-forms.adoc

2
framework-docs/modules/ROOT/pages/web/webflux/controller/ann-methods/multipart-forms.adoc

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

Loading…
Cancel
Save