Skip to content

Commit 56d938d

Browse files
committed
Doc BodyParser: Add multipart form info about the file data
1 parent 1dce4a1 commit 56d938d

File tree

1 file changed

+1
-1
lines changed
  • versioned_docs/version-v2.x/api

1 file changed

+1
-1
lines changed

versioned_docs/version-v2.x/api/ctx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ It is important to specify the correct struct tag based on the content type to b
278278

279279
:::note
280280

281-
When handling `multipart/form-data`, only the form values can be directly assigned to the struct fields. Files included in the request are not automatically assigned to the struct. You must handle files separately using [`FormFile`](#FormFile) or other file-specific methods.
281+
When handling `multipart/form-data`, only the form values can be directly assigned to the struct fields. Files included in the request are not automatically assigned to the struct. You must handle files separately using [`FormFile`](#formfile) or other file-specific methods.
282282

283283
:::
284284

0 commit comments

Comments
 (0)