-
SummaryHtml + javascript: an arbitrary number of (input name="duplicate") are created on the page.
` axum versionaxum = { version = "0.7", features = ["multipart"] } axum-extra = { version = "0.9", features = ["typed-header"] } |
Beta Was this translation helpful? Give feedback.
Answered by
swnesbv
Jul 29, 2024
Replies: 1 comment
-
Solution: replaced axum::extract::Form with axum_extra::extract::Form... |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
swnesbv
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solution: replaced axum::extract::Form with axum_extra::extract::Form...
axum-extra = { version = "0.9", features = ["typed-header", "form"] }