-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bind
: add support of multipart multi files
#2684
bind
: add support of multipart multi files
#2684
Conversation
to resolve this issue #2672 |
any update @aldas ? |
ece9022
to
2d7acbf
Compare
This is a good improvement. Thank you. I took some liberties and modified your PR to my maintainer preferences aldas@8c702f4 I think plain/non-pointer If you agree to, I would edit this PR. |
hi @aldas, i agree with your suggestions. Please feel free to proceed with editing the PR as you see fit. |
…binding multipart files by using struct tags)
Ok, done, Thank you @martinyonatann . I'll probably do another release in couple of days to get this released. |
Summary
This PR introduces support for handling multipart requests that contain multiple files in the
bind
function. It extends the current functionality to allow seamless parsing and binding of multiple files uploaded through multipart form data.Changes
bind
logic to handle multiple file uploads in a single request.FormFile
.Testing
Additional Information
This update improves the flexibility of the
bind
function when dealing with file uploads, making it easier to handle bulk file operations in a single request.