You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.
As of now, the example shows how to handle a multipart form that has just one text field: #[derive(MultipartForm)] struct Upload { text: Text<String>, }
Could you please update the example or create a new one showing how to handle a form that has several text fields and a binary file? This is the typical example of a user using a form to submit some information alongside a binary file. @jacob-pro, this is valuable work, should be pulled into the official actix web multipart package.
The text was updated successfully, but these errors were encountered:
As of now, the example shows how to handle a multipart form that has just one text field:
#[derive(MultipartForm)] struct Upload { text: Text<String>, }
Could you please update the example or create a new one showing how to handle a form that has several text fields and a binary file? This is the typical example of a user using a form to submit some information alongside a binary file.
@jacob-pro, this is valuable work, should be pulled into the official actix web multipart package.
The text was updated successfully, but these errors were encountered: