mirror of https://github.com/gofiber/fiber.git
Doc BodyParser: Add multipart form info about the file data
parent
3729281a1e
commit
8b9db059d7
|
@ -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.
|
||||
|
||||
:::
|
||||
|
||||
|
|
Loading…
Reference in New Issue