Skip to content

Commit

Permalink
Doc BodyParser: Add multipart form info about the file data
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneWerner87 committed Jan 23, 2025
1 parent 3729281 commit 8b9db05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/ctx.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ It is important to specify the correct struct tag based on the content type to b

:::note

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.
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.

:::

Expand Down

0 comments on commit 8b9db05

Please sign in to comment.