Skip to content

Commit 8b9db05

Browse files
committed
Doc BodyParser: Add multipart form info about the file data
1 parent 3729281 commit 8b9db05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/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)