Skip to content
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

feat : implemented actix multipart #3361

Merged
merged 1 commit into from
Dec 14, 2024
Merged

feat : implemented actix multipart #3361

merged 1 commit into from
Dec 14, 2024

Conversation

sutantodadang
Copy link
Contributor

implement multipart for actix to address issues on this discussion #3358

tested on my machine and it worked

Index: 0, Header: {"content-disposition": "form-data; name=\"images[]\"; filename=\"Typescript Enum.png\"", "content-type": "image/png"}, Name: "images[]"      
Index: 1, Header: {"content-disposition": "form-data; name=\"animal_name\""}, Name: "animal_name"
Index: 2, Header: {"content-disposition": "form-data; name=\"animal_status\""}, Name: "animal_status"
Index: 3, Header: {"content-disposition": "form-data; name=\"animal_type\""}, Name: "animal_type"
Index: 4, Header: {"content-disposition": "form-data; name=\"description\""}, Name: "description"
Index: 5, Header: {"content-disposition": "form-data; name=\"expected\""}, Name: "expected"

@gbj
Copy link
Collaborator

gbj commented Dec 14, 2024

Awesome, thanks!

@gbj gbj merged commit 03ed805 into leptos-rs:main Dec 14, 2024
74 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants